public interface TestResult
| Modifier and Type | Method and Description | 
|---|---|
long | 
beginTime()
The time at which the test began in millis. 
 | 
long | 
durationTime()
How long the test lasted in millis. 
 | 
boolean | 
failed()
Did it fail? 
 | 
Failure | 
failure()
An exception describing failure, null if the test succeeded. 
 | 
String | 
name()
The test description, may be null if none was provided. 
 | 
boolean | 
succeeded()
Did it succeed? 
 | 
String name()
long beginTime()
long durationTime()
boolean succeeded()
boolean failed()
Failure failure()
Copyright © 2020 Eclipse. All rights reserved.