Class LocalstackExtension

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

    public class LocalstackExtension
    extends java.lang.Object
    implements org.junit.jupiter.api.extension.BeforeTestExecutionCallback
    Simple JUnit extension for JUnit 5.
    Author:
    Patrick Allain
    • Method Summary

      Modifier and Type Method Description
      void beforeTestExecution​(org.junit.jupiter.api.extension.ExtensionContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocalstackExtension

        public LocalstackExtension()
    • Method Detail

      • beforeTestExecution

        public void beforeTestExecution​(org.junit.jupiter.api.extension.ExtensionContext context)
        Specified by:
        beforeTestExecution in interface org.junit.jupiter.api.extension.BeforeTestExecutionCallback