Re: dynamic junit, testing different things with one test file
Posted By:
Dominik_Dorfmeister
Posted On:
Tuesday, July 8, 2003 12:07 AM
yes that i already know, but i mean to do a testfile with parameters, given to my testfile by the constructor to get some flexibilty, e.g. test a string with the string he gets via the constructor.
Re: dynamic junit, testing different things with one test file
Posted By:
Jeanne_Boyarsky
Posted On:
Monday, July 7, 2003 05:33 PM
You can have multiple test cases in the same file, but they all would get run.