फ़िल्टर किया गया परिणाम फ़ॉरवर्डर
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) |
सार्वजनिक निर्माणकर्ता
फ़िल्टर किया गया परिणाम फ़ॉरवर्डर
public FilteredResultForwarder ( allowedTests,
ITestInvocationListener... listeners)
मापदंडों |
---|
allowedTests | |
listeners | ITestInvocationListener |
सार्वजनिक तरीके
परीक्षण धारणाविफलता
public void testAssumptionFailure (TestDescription test,
FailureDescription failure)
मापदंडों |
---|
test | TestDescription |
failure | FailureDescription |
परीक्षण धारणाविफलता
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 |
परीक्षण शुरू हुआ
public void testStarted (TestDescription test,
long startTime)
मापदंडों |
---|
test | TestDescription |
startTime | long |
परीक्षण शुरू हुआ
public void testStarted (TestDescription test)
मापदंडों |
---|
test | TestDescription |