From: <pcm...@us...> - 2007-09-05 23:32:32
|
Revision: 547 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=547&view=rev Author: pcmehlitz Date: 2007-09-05 16:32:30 -0700 (Wed, 05 Sep 2007) Log Message: ----------- * turned both targetArgs and callArgs into lists of ArgLists, so that we can process subsets of all arg combinations. Syntax is like this(10|11) | this(20) . (1|2,3|4) | (42,43) every ctor combination is tested with all call combinations Modified Paths: -------------- trunk/src/gov/nasa/jpf/test/TestSpec.g trunk/src/gov/nasa/jpf/test/TestSpec.java trunk/src/gov/nasa/jpf/test/TestSpecLexer.java trunk/src/gov/nasa/jpf/test/TestSpecParser.java trunk/src/gov/nasa/jpf/tools/MethodTester.java trunk/test/gov/nasa/jpf/test/TestMethodTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |