public interface AbstractIdbTestResult
Modifier and Type | Method and Description |
---|---|
String[] |
getActivityLogs()
Array of strings that show the activity logs
|
String |
getBundleName()
String that represents the name of the test bundle
|
String |
getClassName()
String that represents the name of the class of the test
|
Boolean |
getCrashed()
Boolean that shows if the test crashed or not
|
Float |
getDuration()
Time spent executing the test
|
com.facebook.buck.apple.ImmutableIdbFailureInfo |
getFailureInfo()
Object that represents the failure information
|
String[] |
getLogs()
Array of strings that show the logs of the test
|
String |
getMethodName()
String that represents the name of the method of the test
|
Boolean |
getPassed()
Boolean that shows if the test passed or not
|
String getBundleName()
String getClassName()
String getMethodName()
String[] getLogs()
Float getDuration()
Boolean getPassed()
Boolean getCrashed()
com.facebook.buck.apple.ImmutableIdbFailureInfo getFailureInfo()
String[] getActivityLogs()