Class LocalstackExtension

java.lang.Object
cloud.localstack.deprecated.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
  • Constructor Summary

    Constructors 
    Constructor Description
    LocalstackExtension()
    Deprecated.
     
  • Method Summary

    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 Details

  • Method Details

    • beforeTestExecution

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