Class AppSetupExtension

java.lang.Object
eu.rarogsoftware.rarog.platform.junit.extensions.AppSetupExtension
All Implemented Interfaces:
org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.Extension

public class AppSetupExtension extends Object implements org.junit.jupiter.api.extension.BeforeAllCallback
  • Constructor Details

    • AppSetupExtension

      public AppSetupExtension()
  • Method Details

    • beforeAll

      public void beforeAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext) throws Exception
      Specified by:
      beforeAll in interface org.junit.jupiter.api.extension.BeforeAllCallback
      Throws:
      Exception