Package | Description |
---|---|
org.pitest.testapi |
Modifier and Type | Method and Description |
---|---|
TestUnitState |
TestResult.getState() |
static TestUnitState |
TestUnitState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestUnitState[] |
TestUnitState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TestResult(Description description,
Throwable t,
TestUnitState state) |
Copyright © 2021 org.pitest. All rights reserved.