Uses of Enum
io.github.ai4ci.abm.TestResult.Type
Packages that use TestResult.Type
-
Uses of TestResult.Type in io.github.ai4ci.abm
Methods in io.github.ai4ci.abm that return TestResult.TypeModifier and TypeMethodDescriptionstatic TestResult.Type
Returns the enum constant of this type with the specified name.static TestResult.Type[]
TestResult.Type.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.TypeModifier and TypeMethodDescriptiondefault boolean
PersonState.isRecentlyTested
(TestResult.Type type) Looks at whether there are any tests of specified type within the last x days.default boolean
PersonState.isRecentlyTested
(TestResult.Type type, int days) static Optional<TestResult>
TestResult.resultFrom
(PersonTemporalState testee, TestResult.Type type)