@Retention(value=RUNTIME) @Target(value=TYPE) public static @interface DynamicSuite.Scenario
Scenario annotation is used to mark the dynamic suite
with a specific name that should be appended to each executed test name.
This is useful in the case where you want to create multiple copies of a
particular dynamic suite definition, but would like to run them with
slightly different configuration for the entire suite (which could be
achieved using the @BeforeClass and @AfterClass
annotations for setup/tear-down of the entire suite).@@org.junit.BeforeClass, @org.junit.AfterClasspublic abstract String name
Copyright © 2015 Glasnost. All Rights Reserved.