Search in sources :

Example 6 with OctaneConfigurationIntern

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);
}
Also used : OctaneConfiguration(com.hp.octane.integrations.OctaneConfiguration) OctaneConfigurationIntern(com.hp.octane.integrations.OctaneConfigurationIntern) BeforeClass(org.junit.BeforeClass)

Aggregations

OctaneConfiguration (com.hp.octane.integrations.OctaneConfiguration)6 OctaneConfigurationIntern (com.hp.octane.integrations.OctaneConfigurationIntern)6 OctaneClient (com.hp.octane.integrations.OctaneClient)3 OctaneSDK (com.hp.octane.integrations.OctaneSDK)3 OctaneSPEndpointSimulator (com.hp.octane.integrations.testhelpers.OctaneSPEndpointSimulator)3 BeforeClass (org.junit.BeforeClass)3 LinkedHashMap (java.util.LinkedHashMap)2 LinkedList (java.util.LinkedList)2 List (java.util.List)2 Test (org.junit.Test)2