@Retention(value=RUNTIME) @Target(value=TYPE) public static @interface ClasspathSuite.ClassnameFilters
ClassnameFilters annotation specifies a set of regex
expressions for all test classes (ie. their qualified names) to include
in the test run. When the annotation is missing, all test classes in all
packages will be run.public abstract String[] value
Copyright © 2015. All Rights Reserved.