hell,
i've written a ant/junit-testsuite. i'm using the BatchTest-class and a corresponding fileset to select which tests will be executed. each test-class contains multiple test-methods.
noe i want to run a single test-method from one test-class. with the ant-class JUnitTest you can select one singel class. is there a way to pick a single method this way like you can using the JUnit Test-class?
thanks in advance.
i've written a ant/junit-testsuite. i'm using the BatchTest-class and a corresponding fileset to select which tests will be executed. each test-class contains multiple test-methods.
noe i want to run a single test-method from one test-class. with the ant-class JUnitTest you can select one singel class. is there a way to pick a single method this way like you can using the JUnit Test-class?
thanks in advance.