Uses of Enum Class
de.firemage.autograder.core.dynamic.TestRunResult.TestRunStatus
Packages that use TestRunResult.TestRunStatus
-
Uses of TestRunResult.TestRunStatus in de.firemage.autograder.core.dynamic
Methods in de.firemage.autograder.core.dynamic that return TestRunResult.TestRunStatusModifier and TypeMethodDescriptionTestRunResult.status()Returns the value of thestatusrecord component.static TestRunResult.TestRunStatusReturns the enum constant of this class with the specified name.static TestRunResult.TestRunStatus[]TestRunResult.TestRunStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.firemage.autograder.core.dynamic with parameters of type TestRunResult.TestRunStatusModifierConstructorDescriptionTestRunResult(List<Event> events, TestRunResult.TestRunStatus status, String executorOutput) Creates an instance of aTestRunResultrecord class.