public class TestFailure extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
String |
exceptionMessage() |
AbstractTest |
failedTest()
Gets the failed test.
|
boolean |
isFailure() |
Throwable |
thrownException()
Gets the thrown exception.
|
String |
toString()
Returns a short description of the failure.
|
String |
trace() |
public AbstractTest failedTest()
public Throwable thrownException()
public String toString()
public String trace()
public String exceptionMessage()
public boolean isFailure()
Copyright © 2019. All rights reserved.