public final class TestResult extends Object
Constructor and Description |
---|
TestResult(Description description,
Throwable t) |
TestResult(Description description,
Throwable t,
TestUnitState state) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Description |
getDescription() |
TestUnitState |
getState() |
Throwable |
getThrowable() |
int |
hashCode() |
String |
toString() |
public TestResult(Description description, Throwable t)
public TestResult(Description description, Throwable t, TestUnitState state)
public Throwable getThrowable()
public TestUnitState getState()
public Description getDescription()
Copyright © 2021 org.pitest. All rights reserved.