Package org.infinispan.server.test.api
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 operationsrest()Get the REST instance for hotrod api operations
-
Method Details
-
hotrod
HotRodTestClientDriver hotrod()Get the HotRod instance for hotrod api operations- Returns:
HotRodTestClientDriverinstance
-
rest
RestTestClientDriver rest()Get the REST instance for hotrod api operations- Returns:
RestTestClientDriverinstance}
-
getMethodName
String getMethodName()Returns a unique identifier for the current test method- Returns:
- String, the identifier
-
getMethodName
Returns a unique identifier for the current test method- Parameters:
qualifier- an additional qualifier- Returns:
- String, the identifier
-
getCounterManager
org.infinispan.counter.api.CounterManager getCounterManager()Access to theCounterManagerto perform counters operations on tests- Returns:
- the
CounterManagerinstance
-