SuiteResultHolder

public class SuiteResultHolder
extends Object

java.lang.Object
   ↳ com.android.tradefed.result.suite.SuiteResultHolder


Helper object to ease up serializing and deserializing the invocation results.

Summary

Fields

public int completeModules

public IInvocationContext context

The context of the invocation that generated these results.

public long endTime

public long failedTests

public String hostName

public modulesAbi

A map of each module's abi.

public long passedTests

public runResults

The collection of all results from the invocation.

public long startTime

public int totalModules

Public constructors

SuiteResultHolder()

Fields

completeModules

public int completeModules

context

public IInvocationContext context

The context of the invocation that generated these results.

endTime

public long endTime

failedTests

public long failedTests

hostName

public String hostName

modulesAbi

public  modulesAbi

A map of each module's abi.

passedTests

public long passedTests

runResults

public  runResults

The collection of all results from the invocation.

startTime

public long startTime

totalModules

public int totalModules

Public constructors

SuiteResultHolder

public SuiteResultHolder ()