Re: How to test a junit test case against multiple value of a property

2010-07-26 Thread shailja kumari
it task like this -- -- How can I test my test case on "true" as well as " false" value with the help of JUNIT_PROPERTY.a.b.c. -- View this message in context: http://ant.1045680.n5.nabble.com/How-to-test-a-junit-

Re: How to test a junit test case against multiple value of a property

2010-07-26 Thread Leif Ershag
On Mon, Jul 26, 2010 at 12:50 PM, shailja kumari wrote: > > Hi All, > > I've got a class whose behavior changes based on a boolean property. This > property is read in the static block of the class. Is there a way to write > test JUnit testcase that can verify the behavior of the class for both th

How to test a junit test case against multiple value of a property

2010-07-26 Thread shailja kumari
ml, I can test my code for only one value of the property. How can I test on multiple value of a property ? Thanks ~Shailja -- View this message in context: http://ant.1045680.n5.nabble.com/How-to-test-a-junit-test-case-against-multiple-value-of-a-property-tp2227867p2227867.html Sent fro