Package step.basic.restclient.old.ebc
Class EBCBasicRemoteTest
- java.lang.Object
-
- step.basic.restclient.tests.commons.old.AbstractRemoteTest
-
- step.basic.restclient.old.ebc.EBCBasicRemoteTest
-
public class EBCBasicRemoteTest extends AbstractRemoteTest
-
-
Field Summary
-
Fields inherited from class step.basic.restclient.tests.commons.old.AbstractRemoteTest
client_sut
-
-
Constructor Summary
Constructors Constructor Description EBCBasicRemoteTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
after()
void
before()
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.old.AbstractRemoteTest
close, logMeIn
-
-
-
-
Method Detail
-
before
public void before()
-
after
public void after() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testEventNotPresent
public void testEventNotPresent()
-
testNoId
public void testNoId()
-
testEvent
public void testEvent()
-
testTimestamps
public void testTimestamps()
-
testStatsAccess
public void testStatsAccess() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testMonitoring
public void testMonitoring() throws java.io.IOException
- Throws:
java.io.IOException
-
testBrokerContent
public void testBrokerContent() throws java.io.IOException
- Throws:
java.io.IOException
-
testDistinctGroups
public void testDistinctGroups() throws java.io.IOException
- Throws:
java.io.IOException
-
-