Custom CompositeTestResults based on Gradle's CompositeTestResults
| Fields inherited from class | Fields | 
|---|---|
class TestResultModel | 
                            DURATION_FORMATTER | 
                        
| Constructor and description | 
|---|
                                protected CompositeTestResults
                                (CompositeTestResults parent) | 
                        
| Type | Name and description | 
|---|---|
protected void | 
                            addDevice(String deviceName, TestResult testResult) | 
                        
protected TestResult | 
                            addTest(TestResult test) | 
                        
protected void | 
                            addVariant(String projectName, String flavorName, TestResult testResult) | 
                        
protected void | 
                            failed(TestResult failedTest, String deviceName, String projectName, String flavorName) | 
                        
long | 
                            getDuration() | 
                        
int | 
                            getFailureCount() | 
                        
Set<TestResult> | 
                            getFailures() | 
                        
String | 
                            getFilename(ReportType reportType) | 
                        
String | 
                            getFormattedDuration() | 
                        
String | 
                            getFormattedSuccessRate() | 
                        
String | 
                            getName() | 
                        
ResultType | 
                            getResultType() | 
                        
Number | 
                            getSuccessRate() | 
                        
int | 
                            getTestCount() | 
                        
| Methods inherited from class | Name | 
|---|---|
class TestResultModel | 
                            getDuration, getFormattedDuration, getFormattedResultType, getResultType, getStatusClass, getTitle | 
                        
class Object | 
                            wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |