Package de.bwaldvogel

Class AbstractReadOnlyProxyTest

java.lang.Object
de.bwaldvogel.AbstractReadOnlyProxyTest

public abstract class AbstractReadOnlyProxyTest extends Object
  • Constructor Details

    • AbstractReadOnlyProxyTest

      public AbstractReadOnlyProxyTest()
  • Method Details

    • createBackend

      protected abstract de.bwaldvogel.mongo.MongoBackend createBackend() throws Exception
      Throws:
      Exception
    • setUp

      @BeforeEach public void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      @AfterEach public void tearDown()