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 |
تست پایان یافت
public void testEnded (TestDescription test,
testMetrics)
مولفه های |
---|
test | TestDescription |
testMetrics | |
تست پایان یافت
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 |