Uses of Enum
io.github.ai4ci.abm.TestResult.Result
Packages that use TestResult.Result
-
Uses of TestResult.Result in io.github.ai4ci.abm
Methods in io.github.ai4ci.abm that return TestResult.ResultModifier and TypeMethodDescriptiondefault TestResult.Result
TestResult.resultOnDay
(int day) static TestResult.Result
Returns the enum constant of this type with the specified name.static TestResult.Result[]
TestResult.Result.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.ai4ci.abm with parameters of type TestResult.ResultModifier and TypeMethodDescriptiondefault boolean
PersonState.isLastTestExactly
(TestResult.Result result) It determines if the most recent test regardless of whether there is a result or it is still pending.