Uses of Class
org.mockserver.mock.action.http.LoadScenarioOrchestrator.LoadScenarioStatus
Packages that use LoadScenarioOrchestrator.LoadScenarioStatus
-
Uses of LoadScenarioOrchestrator.LoadScenarioStatus in org.mockserver.load
Methods in org.mockserver.load with parameters of type LoadScenarioOrchestrator.LoadScenarioStatusModifier and TypeMethodDescriptionstatic doubleLoadScenarioReport.errorRate(LoadScenarioOrchestrator.LoadScenarioStatus status) Error rate for a run: failed requests as a fraction of the requests that have actually completed (failed / max(1, succeeded + failed)).static booleanLoadScenarioReport.runFailed(LoadScenarioOrchestrator.LoadScenarioStatus status) True when the run is in a terminal state that should be treated as a CI failure: it was aborted by anabortOnFailthreshold breach, it carries aFAILverdict, or it stopped while having recorded request failures.static StringLoadScenarioReport.toJson(LoadScenarioOrchestrator.LoadScenarioStatus status) Build the JSON summary report for a run.static StringLoadScenarioReport.toJUnitXml(LoadScenarioOrchestrator.LoadScenarioStatus status) Build the JUnit-XML summary report for a run. -
Uses of LoadScenarioOrchestrator.LoadScenarioStatus in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http that return LoadScenarioOrchestrator.LoadScenarioStatusModifier and TypeMethodDescriptionLoadScenarioOrchestrator.getStatus()Status of the most-recently-triggered run (active or its retained terminal status), or null if none has ever run.Status for a specific scenario name (active run snapshot or retained terminal status), or null.Methods in org.mockserver.mock.action.http that return types with arguments of type LoadScenarioOrchestrator.LoadScenarioStatusModifier and TypeMethodDescriptionLoadScenarioOrchestrator.getStatuses()Snapshots of every currently-active run (PENDING/RUNNING), keyed by scenario name.