@Retention(value=RUNTIME) @Target(value=TYPE) public static @interface ClasspathSuite.SuiteTypes
SuiteTypes annotation specifies which types of tests
will be included in the test run. You can choose one or more from
TEST_CLASSES, RUN_WITH_CLASSES, JUNIT38_TEST_CLASSES. If none is
specified only JUnit4-style TEST_CLASSES will be run.public abstract SuiteType[] value
Copyright © 2015. All Rights Reserved.