use of com.mercedesbenz.sechub.integrationtest.SecurityTestHelper in project sechub by mercedes-benz.
the class ServerSecurityLogHandlingTest method beforeAll.
@BeforeAll
static void beforeAll() throws Exception {
String checkAlive = IntegrationTestContext.get().getUrlBuilder().buildCheckIsAliveUrl();
securityTestHelper = new SecurityTestHelper(TestTargetType.SECHUB_SERVER, new URL(checkAlive));
}
use of com.mercedesbenz.sechub.integrationtest.SecurityTestHelper in project sechub by mercedes-benz.
the class PDSServerEncryptionTest method beforeAll.
@BeforeAll
static void beforeAll() throws Exception {
IntegrationTestContext context = IntegrationTestContext.get();
String checkAlive = context.getPDSUrlBuilder().buildCheckIsAliveUrl();
securityTestHelper = new SecurityTestHelper(TestTargetType.PDS_SERVER, new URL(checkAlive));
}
use of com.mercedesbenz.sechub.integrationtest.SecurityTestHelper 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