Hi,
I can successfully generate test methods using the
command line interface. Unfortunately, the system
does not appear to acknowledge the '-g' or '--generate-
method' switches from the commandline. The only
output I can generate includes all code and all
comments. (Which is fine initially, but if I am to
convince others, I will need to simplify the test
classes.)
Both commands below generate the same output source
files in tests\
:: Without -g switch
C:\unittestsgen-2.0.0\jar>java -jar unittestsgen.jar -
cp C:\dev\lib\foo.jar; C:\dev\lib\bar.jar -i
C:\dev\foo\source -o C:\foo\tests
:: With -g switch
C:\unittestsgen-2.0.0\jar>java -jar unittestsgen.jar -
cp C:\dev\lib\foo.jar; C:\dev\lib\bar.jar -i
C:\dev\foo\source -o C:\foo\tests -g empty
Any thoughts?
Thanks
(So far, I like what this product does)