Uses of Class
org.pitest.util.Timings.Stage
-
Packages that use Timings.Stage Package Description org.pitest.util -
-
Uses of Timings.Stage in org.pitest.util
Methods in org.pitest.util that return Timings.Stage Modifier and Type Method Description static Timings.StageTimings.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.Methods in org.pitest.util with parameters of type Timings.Stage Modifier and Type Method Description voidTimings. registerEnd(Timings.Stage stage)voidTimings. registerStart(Timings.Stage stage)
-