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 Details

    • hotrod

      Get the HotRod instance for hotrod api operations
      Returns:
      HotRodTestClientDriver instance
    • rest

      Get the REST instance for hotrod api operations
      Returns:
      RestTestClientDriver instance}
    • getMethodName

      String getMethodName()
      Returns a unique identifier for the current test method
      Returns:
      String, the identifier
    • getMethodName

      String getMethodName(String qualifier)
      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 the CounterManager to perform counters operations on tests
      Returns:
      the CounterManager instance