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 Detail

      • getMethodName

        String getMethodName()
        Provides the current method name
        Returns:
        String, the method name
      • getCounterManager

        org.infinispan.counter.api.CounterManager getCounterManager()
        Access to the CounterManager to perform counters operations on tests
        Returns:
        the CounterManager instance