Uses of Class
org.opentestfactory.test.harness.AuthToken
-
Uses of AuthToken in org.opentestfactory.test.harness
Fields in org.opentestfactory.test.harness declared as AuthTokenModifier and TypeFieldDescriptionfinal AuthTokenAbstractMicroServiceTestBase.BUS_AUTH_TOKENfinal AuthTokenAbstractMicroServiceTestBase.serviceAuthTokenMethods in org.opentestfactory.test.harness that return AuthTokenModifier and TypeMethodDescriptionTestConfiguration.getServiceAuthToken(String hostTokenKey) Token to authenticate the test harness againts the front services of the orchestrator under test.Methods in org.opentestfactory.test.harness with parameters of type AuthTokenModifier and TypeMethodDescriptionprotected SUTSenderAbstractMicroServiceTestBase.jsonRESTPost(String testMessageResourceName, URI sutURI, JsonVariableMappings variableMappings, AuthToken sutAuthToken) Send a JSON test input message to the SUT.Constructors in org.opentestfactory.test.harness with parameters of type AuthTokenModifierConstructorDescriptionAbstractMicroserviceIntegrationTest(int receiverPort, String busMockSubscriptionCfg, URL sutBaseUrl, AuthToken serviceAuthConfig) Complete initialization constructor : single bus spy convenience subscription version.AbstractMicroserviceIntegrationTest(int mockPort, URL sutBaseUrl, AuthToken serviceAuthToken, String... busMockSubscriptionCfg) AbstractMicroServiceTestBase(int receiverPort, URL sutBaseUrl, AuthToken serviceAuthToken)