Package step.basic.restclient.ebc
Class EBCBasicRemoteTest
- java.lang.Object
-
- step.handlers.javahandler.AbstractKeyword
-
- step.basic.restclient.tests.commons.keywords.AbstractClientTestKeyword
-
- step.basic.restclient.ebc.EBCBasicRemoteTest
-
public class EBCBasicRemoteTest extends AbstractClientTestKeyword
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class step.basic.restclient.tests.commons.keywords.AbstractClientTestKeyword
AbstractClientTestKeyword.StepClientAndCredentials
-
-
Constructor Summary
Constructors Constructor Description EBCBasicRemoteTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
TC_ECB_TestBasicECB()
void
testBrokerContent()
void
testDistinctGroups()
void
testEvent()
void
testEventNotPresent()
void
testMonitoring()
void
testNoId()
void
testStatsAccess()
void
testTimestamps()
-
Methods inherited from class step.basic.restclient.tests.commons.keywords.AbstractClientTestKeyword
getClient, getCredentials, getStepClientAndCredentials, InitClient, newStepClientAndCredentials, onError
-
-
-
-
Method Detail
-
TC_ECB_TestBasicECB
public void TC_ECB_TestBasicECB()
-
testEventNotPresent
public void testEventNotPresent() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testNoId
public void testNoId() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testEvent
public void testEvent() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testTimestamps
public void testTimestamps() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testStatsAccess
public void testStatsAccess() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testMonitoring
public void testMonitoring() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testBrokerContent
public void testBrokerContent() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDistinctGroups
public void testDistinctGroups() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-