Re: Test with StrutsJUnit4TestCase

2013-08-26 Thread Lukasz Lenart
2013/8/17 Alireza Fattahi : > I forgot to merntion: > When I extend StrutsJUnit4TestCase the assertTrue method is not found ! You must import them statically Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To un

Re: Test with StrutsJUnit4TestCase

2013-08-26 Thread Lukasz Lenart
Please register an issue in JIRA 2013/8/17 Alireza Fattahi : > Hi, > > Regarding to page: > http://struts.apache.org/release/2.2.x/docs/struts-2-junit-plugin-tutorial.html > > I could not find the getConfigPath() method in StrustTestCase class > I searched the javadocs and I found that only the St

Re: Test with StrutsJUnit4TestCase

2013-08-17 Thread Alireza Fattahi
I forgot to merntion: When I extend StrutsJUnit4TestCase the assertTrue method is not found ! ~Regards, ~~Alireza Fattahi From: Alireza Fattahi To: Struts Users Mailing List Sent: Saturday, 17 August 2013, 13:18 Subject: Test with StrutsJUnit4TestCase Hi

Test with StrutsJUnit4TestCase

2013-08-17 Thread Alireza Fattahi
Hi,   Regarding to page: http://struts.apache.org/release/2.2.x/docs/struts-2-junit-plugin-tutorial.html   I could not find the getConfigPath() method in StrustTestCase class  I searched the javadocs and I found that only the StrutsJUnit4TestCase class has the getcinfigpath() method. So I should s