|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
@Concurrent;
note that in the current implementation, such methods will have the
@Before and @After methods also invoked concurrently.
@RunWith annotation, specifying DyanimcSuite.class as
the value in order to run a test class as a dynamic suite.Scenario annotation is used to mark the dynamic suite
with a specific name that should be appended to each executed test name.TestCasePattern annotation specifies the pattern from
which test case classes should be matched.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||