@Retention(value=RUNTIME) @Target(value=TYPE) public static @interface ClasspathSuite.ExcludeBaseTypeFilter
ExcludeBaseTypeFilter annotation filters all test
classes to be run by one or several given base types, i.e. only those
classes will be run which do not extend any of the base types.
Default is Object.class.public abstract Class<?>[] value
Copyright © 2015. All Rights Reserved.