Interface TestClientXSiteDriver


  • public interface TestClientXSiteDriver
    Test client driver interface contains the methods we want to expose to be used from test methods
    Since:
    12
    Author:
    Gustavo Lira
    • Method Detail

      • getMethodName

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

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

        <K,​V> org.infinispan.client.hotrod.multimap.MultimapCacheManager<K,​V> getMultimapCacheManager​(String siteName)
        Access to the MultimapCacheManager to perform multimap operations on tests.
        Returns:
        the MultimapCacheManager instance.