= 0". Alternatively you can specify a static method or field to provide the values for your test method(s), if you want to test with other than the default values. By using TwiP you change the semantics of your tests from existence to for-all quantifiers, i.e. you specify "all ravens are black" instead of "Abraxas is black", "Toni is black", etc. This moves your tests closer to an executable specification, so TwiP is a very nice addition to BDD." > mvncenter: net.sf.twip:twip
t

twip

"Tests with Parameters" allows you to simply add parameters to your JUnit test methods. TwiP calls such methods with all possible combinations of their parameters... or at least some reasonable subset of commonly failing values in the case of Integers, etc. You can further reduce these values with an assume expression in an annotation, e.g. ">= 0". Alternatively you can specify a static method or field to provide the values for your test method(s), if you want to test with other than the default values. By using TwiP you change the semantics of your tests from existence to for-all quantifiers, i.e. you specify "all ravens are black" instead of "Abraxas is black", "Toni is black", etc. This moves your tests closer to an executable specification, so TwiP is a very nice addition to BDD.
http://twip.sourceforge.net/
Apache 2.0
snackbox
Aggregated version Version Update time
3.3 3.3 Apr 01, 2011
3.3alpha5 3.3alpha5 Dec 31, 2010
3.3alpha4 3.3alpha4 Sep 23, 2010
3.3alpha3 3.3alpha3 Sep 21, 2010
3.3alpha2 3.3alpha2 Sep 20, 2010
3.3alpha1 3.3alpha1 Sep 15, 2010
3.2alpha1 3.2alpha1 Apr 26, 2010
3.1 3.1 Mar 03, 2010
3.0 3.0 Mar 02, 2010
2.3 2.3 Jul 16, 2009
2.2 2.2 Jul 13, 2009
2.0 2.0 Jul 05, 2009
1.0 1.0 Nov 29, 2008
13 Records