Package org.mockserver.mock.action.http
Class LoadScenarioOrchestrator.CheckResult
java.lang.Object
org.mockserver.mock.action.http.LoadScenarioOrchestrator.CheckResult
- Enclosing class:
- LoadScenarioOrchestrator
One per-distinct-check aggregate result, surfaced in the status DTO and end-of-run report so a
client/dashboard/CI can see how many times each per-step
LoadCheck passed and failed.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringTheLoadCheck.Comparatorname (e.g.final StringThe header name (HEADER) or JSONPath (BODY_JSONPATH), or empty for STATUS.final longNumber of times this check failed.final longNumber of times this check passed.final StringTheLoadCheck.Sourcename (e.g.final StringThe step label the check ran on (step name or index).final StringThe expected comparand value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
step
The step label the check ran on (step name or index). -
source
TheLoadCheck.Sourcename (e.g.STATUS). -
detail
The header name (HEADER) or JSONPath (BODY_JSONPATH), or empty for STATUS. -
comparator
TheLoadCheck.Comparatorname (e.g.EQUALS). -
value
The expected comparand value. -
passed
public final long passedNumber of times this check passed. -
failed
public final long failedNumber of times this check failed.
-
-
Constructor Details
-
CheckResult
-