Class LocaleExtension

java.lang.Object
de.tum.in.test.api.localization.LocaleExtension
All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterAllCallback, org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.Extension

@API(status=INTERNAL)
public class LocaleExtension
extends java.lang.Object
implements org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.AfterAllCallback
  • Constructor Summary

    Constructors 
    Constructor Description
    LocaleExtension()  
  • Method Summary

    Modifier and Type Method Description
    void afterAll​(org.junit.jupiter.api.extension.ExtensionContext context)  
    void beforeAll​(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 Details

  • Method Details

    • beforeAll

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

      public void afterAll​(org.junit.jupiter.api.extension.ExtensionContext context) throws java.lang.Exception
      Specified by:
      afterAll in interface org.junit.jupiter.api.extension.AfterAllCallback
      Throws:
      java.lang.Exception