Package | Description |
---|---|
org.pitest.util |
Modifier and Type | Method and Description |
---|---|
static Timings.Stage |
Timings.Stage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Timings.Stage[] |
Timings.Stage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Timings.registerEnd(Timings.Stage stage) |
void |
Timings.registerStart(Timings.Stage stage) |
Copyright © 2021 org.pitest. All rights reserved.