Uses of Class
org.opentestfactory.test.harness.JsonVariableMappings
-
Uses of JsonVariableMappings in org.opentestfactory.test.harness
Methods in org.opentestfactory.test.harness that return JsonVariableMappingsModifier and TypeMethodDescriptionExpectedOutputReceiver.mappings()static JsonVariableMappingsJsonVariableMappings.noMappings()protected JsonVariableMappingsAbstractMicroServiceTestBase.subscriptionMappings(String subscriptionName) JsonVariableMappings.withAdditionalIntegerMapping(String key, int value) JsonVariableMappings.withAdditionalStringMapping(String key, String value) static JsonVariableMappingsJsonVariableMappings.withIntegerMapping(String key, Integer value) static JsonVariableMappingsJsonVariableMappings.withStringMapping(String key, String value) Methods in org.opentestfactory.test.harness with parameters of type JsonVariableMappingsModifier and TypeMethodDescriptionprotected SUTSenderAbstractMicroServiceTestBase.jsonRESTPost(String testMessageResourceName, URI sutURI, JsonVariableMappings variableMappings, AuthToken sutAuthToken) Send a JSON test input message to the SUT.protected SUTSenderAbstractMicroServiceTestBase.postJSONToSUTendPoint(String messageName, String sutEndpointPath, JsonVariableMappings variables) Post a JSON test input to the specified endpoint.protected SUTSenderAbstractMicroServiceTestBase.sendTemplatedTestMessage(String testMessageResourceName, JsonVariableMappings variableMappings) Send a test input message built from template to the SUT bus.Constructors in org.opentestfactory.test.harness with parameters of type JsonVariableMappingsModifierConstructorDescriptionExpectedOutputReceiver(org.mockserver.integration.ClientAndServer mockServer, List<org.mockserver.model.HttpRequest> expectedRequests, List<org.mockserver.model.HttpRequest> unwantedRequests, JsonVariableMappings variableMappings, boolean ignoreArrayOrder) Create a complete expectation definition.