Uses of Record Class
dev.agenor.tools.eval.EvaluationResult
Packages that use EvaluationResult
-
Uses of EvaluationResult in dev.agenor.tools.eval
Methods in dev.agenor.tools.eval that return EvaluationResultModifier and TypeMethodDescriptionstatic EvaluationResultCreates an error result.static EvaluationResultEvaluationResult.failed(String scenarioId, Duration executionTime, MetricsService.MetricsSnapshot metrics, HealthCheckService.HealthReport healthReport, List<AssertionResult> assertions) Creates a failed result.static EvaluationResultEvaluationResult.passed(String scenarioId, Duration executionTime, MetricsService.MetricsSnapshot metrics, HealthCheckService.HealthReport healthReport, List<AssertionResult> assertions) Creates a passed result.Runs a single scenario.static EvaluationResultCreates a skipped result.static EvaluationResultCreates a timeout result.Methods in dev.agenor.tools.eval that return types with arguments of type EvaluationResultModifier and TypeMethodDescriptionRuns multiple scenarios and returns all results.ScenarioRunner.runAllParallel(List<Scenario> scenarios) Runs multiple scenarios in parallel.Method parameters in dev.agenor.tools.eval with type arguments of type EvaluationResultModifier and TypeMethodDescriptionScenarioRunner.createReport(List<EvaluationResult> results) Creates an evaluation report from results.Constructor parameters in dev.agenor.tools.eval with type arguments of type EvaluationResultModifierConstructorDescriptionEvaluationReport(List<EvaluationResult> results) Creates a report from evaluation results.