use of com.hp.octane.integrations.OctaneConfigurationIntern in project octane-ci-java-sdk by MicroFocus.
the class TestsServiceNegativeTests method setupClient.
@BeforeClass
public static void setupClient() {
String inId = UUID.randomUUID().toString();
String sspId = UUID.randomUUID().toString();
OctaneConfiguration configuration = new OctaneConfigurationIntern(inId, OctaneSPEndpointSimulator.getSimulatorUrl(), sspId);
client = OctaneSDK.addClient(configuration, TestsServicePluginServicesTest.class);
}
Aggregations