Interface FormatterTesterFactory

All Superinterfaces:
TesterFactory
All Known Implementing Classes:
FormatterKeyMapperTesterFactory

public interface FormatterTesterFactory extends TesterFactory
Author:
Paul Ferraro
  • Method Details

    • createTester

      default <T> Tester<T> createTester(BiConsumer<T,T> assertion)
      Specified by:
      createTester in interface TesterFactory
    • getMapper

      org.infinispan.persistence.keymappers.TwoWayKey2StringMapper getMapper()