use of com.mercedesbenz.sechub.integrationtest.internal.IntegrationTestContext in project sechub by mercedes-benz.
the class ServerEncryptionTest method beforeAll.
@BeforeAll
static void beforeAll() throws Exception {
IntegrationTestContext context = IntegrationTestContext.get();
String checkAlive = context.getUrlBuilder().buildCheckIsAliveUrl();
securityTestHelper = new SecurityTestHelper(TestTargetType.SECHUB_SERVER, new URL(checkAlive));
}
Aggregations