Annotation Type TestNameFilter
-
public @interface TestNameFilterFilter Test Set by Test Name.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringcontainsSelect a test which name should contain specified String.java.lang.StringendsWithSelect a test which name ends with specified String.java.lang.StringstartsWithSelect a test which name starts with specified String.
-