Class LocalstackExtension

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

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

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

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

      • LocalstackExtension

        public LocalstackExtension()
        Deprecated.
    • Method Detail

      • beforeTestExecution

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