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 | contextThe context of the invocation that generated these results. | 
| 
    public
    
    
    long | endTime
 | 
| 
    public
    
    
    long | failedTests
 | 
| 
    public
    
    
    String | hostName
 | 
| 
    public
    
    
     | modulesAbiA map of each module's abi. | 
| 
    public
    
    
    long | passedTests
 | 
| 
    public
    
    
     | runResultsThe 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
publicmodulesAbi 
A map of each module's abi.
passedTests
public long passedTests
runResults
publicrunResults 
The collection of all results from the invocation.
startTime
public long startTime
totalModules
public int totalModules
Public constructors
SuiteResultHolder
public SuiteResultHolder ()
