FilteredResultForwarder
public class FilteredResultForwarder
extends ResultForwarder
וריאנט של ResultForwarder
שרק מאפשר allowlist של TestDescription
ידווח.
סיכום
שיטות ציבוריות |
---|
void | testAssumptionFailure (TestDescription test, FailureDescription failure) |
void | testAssumptionFailure (TestDescription test, String trace) |
void | testEnded (TestDescription test, testMetrics) testEnded (TestDescription test, testMetrics) |
void | testEnded (TestDescription test, long endTime, testMetrics) testEnded (TestDescription test, long endTime, testMetrics) |
void | testFailed (TestDescription test, FailureDescription failure) |
void | testFailed (TestDescription test, String trace) |
void | testIgnored (TestDescription test) |
void | testStarted (TestDescription test, long startTime) |
void | testStarted (TestDescription test) |
בוני ציבור
FilteredResultForwarder
public FilteredResultForwarder ( allowedTests,
ITestInvocationListener... listeners)
פרמטרים |
---|
allowedTests | |
listeners | ITestInvocationListener |
שיטות ציבוריות
testAssumptionFailure
public void testAssumptionFailure (TestDescription test,
FailureDescription failure)
פרמטרים |
---|
test | TestDescription |
failure | FailureDescription |
testAssumptionFailure
public void testAssumptionFailure (TestDescription test,
String trace)
פרמטרים |
---|
test | TestDescription |
trace | String |
testEnded
public void testEnded (TestDescription test,
testMetrics)
פרמטרים |
---|
test | TestDescription |
testMetrics | |
testEnded
public void testEnded (TestDescription test,
long endTime,
testMetrics)
פרמטרים |
---|
test | TestDescription |
endTime | long |
testMetrics | |
מבחן נכשל
public void testFailed (TestDescription test,
FailureDescription failure)
פרמטרים |
---|
test | TestDescription |
failure | FailureDescription |
מבחן נכשל
public void testFailed (TestDescription test,
String trace)
פרמטרים |
---|
test | TestDescription |
trace | String |
מבחן התעלם
public void testIgnored (TestDescription test)
פרמטרים |
---|
test | TestDescription |
testStarted
public void testStarted (TestDescription test,
long startTime)
פרמטרים |
---|
test | TestDescription |
startTime | long |
testStarted
public void testStarted (TestDescription test)
פרמטרים |
---|
test | TestDescription |