Uses of Enum Class
dev.agenor.tools.eval.EvaluationResult.Status
Packages that use EvaluationResult.Status
-
Uses of EvaluationResult.Status in dev.agenor.tools.eval
Methods in dev.agenor.tools.eval that return EvaluationResult.StatusModifier and TypeMethodDescriptionEvaluationResult.status()Returns the value of thestatusrecord component.static EvaluationResult.StatusReturns the enum constant of this class with the specified name.static EvaluationResult.Status[]EvaluationResult.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.agenor.tools.eval with parameters of type EvaluationResult.StatusModifierConstructorDescriptionEvaluationResult(String scenarioId, EvaluationResult.Status status, Duration executionTime, MetricsService.MetricsSnapshot metrics, HealthCheckService.HealthReport healthReport, List<AssertionResult> assertions, String errorMessage, Instant timestamp) Compact constructor with validation.