FilteredResultForwarder

public class FilteredResultForwarder
extends ResultForwarder

java.lang.Object
com.android.tradefed.result.ResultForwarder
com.android.tradefed.result.FilteredResultForwarder


バリアントResultForwarderのみのallowlistことができますTestDescription報告します。

概要

パブリックコンストラクター

FilteredResultForwarder ( allowedTests, ITestInvocationListener... listeners) FilteredResultForwarder ( allowedTests, ITestInvocationListener... listeners)

パブリックメソッド

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

testFailed

public void testFailed (TestDescription test, 
                FailureDescription failure)

パラメーター
test TestDescription

failure FailureDescription

testFailed

public void testFailed (TestDescription test, 
                String trace)

パラメーター
test TestDescription

trace String

testIgnored

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