Interface TestClientDriver
public interface TestClientDriver
Test client driver interface contains the methods we want to expose to be used from test methods
- Since:
- 11
- Author:
- Katia Aresti
-
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.counter.api.CounterManagerAccess to theCounterManagerto perform counters operations on testsReturns a unique identifier for the current test methodgetMethodName(String qualifier) Returns a unique identifier for the current test methodhotrod()Get the HotRod instance for hotrod api operationsjmx()Get the Memcached instanceresp()Get the RESP instance.rest()Get the REST instance
-
Method Details
-
hotrod
HotRodTestClientDriver hotrod()Get the HotRod instance for hotrod api operations- Returns:
HotRodTestClientDriverinstance
-
rest
-
resp
-
memcached
MemcachedTestClientDriver memcached()Get the Memcached instance- Returns:
MemcachedTestClientDriverinstance}
-
jmx
JmxTestClient jmx() -
getMethodName
String getMethodName()Returns a unique identifier for the current test method- Returns:
- String, the identifier
-
getMethodName
-
getCounterManager
org.infinispan.counter.api.CounterManager getCounterManager()Access to theCounterManagerto perform counters operations on tests- Returns:
- the
CounterManagerinstance
-