Package org.infinispan.server.test.api
Interface TestClientDriver
-
public interface TestClientDriverTest client driver interface contains the methods we want to expose to be used from test methods- Since:
- 11
- Author:
- Katia Aresti
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.infinispan.counter.api.CounterManagergetCounterManager()Access to theCounterManagerto perform counters operations on testsStringgetMethodName()Provides the current method nameHotRodTestClientDriverhotrod()Get the HotRod instance for hotrod api operationsRestTestClientDriverrest()Get the REST instance for hotrod api operations
-
-
-
Method Detail
-
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()
Provides the current method name- Returns:
- String, the method name
-
getCounterManager
org.infinispan.counter.api.CounterManager getCounterManager()
Access to theCounterManagerto perform counters operations on tests- Returns:
- the
CounterManagerinstance
-
-