Uses of Class
org.mockserver.load.LoadScenario
Packages that use LoadScenario
Package
Description
-
Uses of LoadScenario in org.mockserver.client
Methods in org.mockserver.client with parameters of type LoadScenarioModifier and TypeMethodDescriptionMockServerClient.loadScenario(LoadScenario scenario) Register (load) a load-injection scenario into the load-scenario registry viaPUT /mockserver/loadScenario.MockServerClient.runLoadScenario(LoadScenario scenario) Convenience helper that registers the given scenario and then immediately starts it, combiningMockServerClient.loadScenario(LoadScenario)andMockServerClient.startLoadScenarios(String...). -
Uses of LoadScenario in org.mockserver.load
Methods in org.mockserver.load that return LoadScenarioModifier and TypeMethodDescriptionstatic LoadScenarioLoadScenario.loadScenario()static LoadScenarioLoadScenario.loadScenario(String name) LoadScenario.withLabels(Map<String, String> labels) LoadScenario.withMaxRequests(Integer maxRequests) LoadScenario.withProfile(LoadProfile profile) LoadScenario.withStartDelayMillis(long startDelayMillis) LoadScenario.withTemplateType(HttpTemplate.TemplateType templateType) -
Uses of LoadScenario in org.mockserver.mock.action.http
Fields in org.mockserver.mock.action.http declared as LoadScenarioModifier and TypeFieldDescriptionfinal LoadScenarioLoadScenarioOrchestrator.LoadScenarioStatus.scenarioThe full scenario definition this run was started with (never null for a real run).Methods in org.mockserver.mock.action.http with parameters of type LoadScenarioModifier and TypeMethodDescriptionLoadScenarioOrchestrator.start(LoadScenario scenario, Function<HttpRequest, CompletableFuture<HttpResponse>> sender) Trigger a scenario to start (run it).LoadScenarioOrchestrator.validate(LoadScenario scenario) Constructors in org.mockserver.mock.action.http with parameters of type LoadScenarioModifierConstructorDescriptionLoadScenarioStatus(String name, LoadScenarioState state, long elapsedMillis, int currentVus, long requestsSent, long succeeded, long failed, long p50Millis, long p95Millis, long p99Millis, String runId, long startedAtEpochMillis, Long endedAtEpochMillis, Map<String, String> labels, LoadScenario scenario, int stageIndex, String stageType, double currentTarget, long startDelayMillis) -
Uses of LoadScenario in org.mockserver.serialization
Methods in org.mockserver.serialization that return LoadScenarioMethods in org.mockserver.serialization that return types with arguments of type LoadScenarioMethods in org.mockserver.serialization with parameters of type LoadScenario -
Uses of LoadScenario in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return LoadScenarioConstructors in org.mockserver.serialization.model with parameters of type LoadScenario