Class EmbeddedSpace

  • All Implemented Interfaces:
    org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.Extension

    public final class EmbeddedSpace
    extends com.avanza.gs.test.StandaloneEmbeddedSpace
    JUnit5 Extension implementation of StandaloneEmbeddedSpace.
    • Constructor Detail

      • EmbeddedSpace

        public EmbeddedSpace()
      • EmbeddedSpace

        public EmbeddedSpace​(String spaceName)
    • Method Detail

      • before

        public void before()
      • after

        public void after()
      • beforeAll

        public default void beforeAll​(org.junit.jupiter.api.extension.ExtensionContext context)
                               throws Exception
        Specified by:
        beforeAll in interface org.junit.jupiter.api.extension.BeforeAllCallback
        Throws:
        Exception
      • beforeEach

        public default void beforeEach​(org.junit.jupiter.api.extension.ExtensionContext context)
                                throws Exception
        Specified by:
        beforeEach in interface org.junit.jupiter.api.extension.BeforeEachCallback
        Throws:
        Exception