Class RequestedTest
- java.lang.Object
-
- org.junit.runner.manipulation.Filter
-
- org.apache.maven.surefire.common.junit48.RequestedTest
-
final class RequestedTest extends org.junit.runner.manipulation.Filter
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
CLASS_FILE_EXTENSION
private boolean
isPositiveFilter
private ResolvedTest
test
-
Constructor Summary
Constructors Constructor Description RequestedTest(ResolvedTest test, boolean isPositiveFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.String
classFile(java.lang.Class<?> realTestClass)
java.lang.String
describe()
boolean
equals(java.lang.Object o)
private boolean
equals(RequestedTest o)
int
hashCode()
boolean
shouldRun(org.junit.runner.Description description)
-
-
-
Field Detail
-
CLASS_FILE_EXTENSION
private static final java.lang.String CLASS_FILE_EXTENSION
- See Also:
- Constant Field Values
-
test
private final ResolvedTest test
-
isPositiveFilter
private final boolean isPositiveFilter
-
-
Constructor Detail
-
RequestedTest
RequestedTest(ResolvedTest test, boolean isPositiveFilter)
-
-
Method Detail
-
shouldRun
public boolean shouldRun(org.junit.runner.Description description)
- Specified by:
shouldRun
in classorg.junit.runner.manipulation.Filter
-
describe
public java.lang.String describe()
- Specified by:
describe
in classorg.junit.runner.manipulation.Filter
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
equals
private boolean equals(RequestedTest o)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
classFile
private java.lang.String classFile(java.lang.Class<?> realTestClass)
-
-