Class IntegrationTestAfterUnitTestClassOrderer

java.lang.Object
nl.knaw.dans.lib.util.IntegrationTestAfterUnitTestClassOrderer
All Implemented Interfaces:
org.junit.jupiter.api.ClassOrderer

public class IntegrationTestAfterUnitTestClassOrderer extends Object implements org.junit.jupiter.api.ClassOrderer
The integration tests mess up the logging facilities for the unit tests, so we run the integration tests after the unit test This requires every integration test to end with "IntegrationTest"
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.junit.jupiter.api.ClassOrderer

    org.junit.jupiter.api.ClassOrderer.ClassName, org.junit.jupiter.api.ClassOrderer.DisplayName, org.junit.jupiter.api.ClassOrderer.OrderAnnotation, org.junit.jupiter.api.ClassOrderer.Random
  • Field Summary

    Fields inherited from interface org.junit.jupiter.api.ClassOrderer

    DEFAULT_ORDER_PROPERTY_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    orderClasses(org.junit.jupiter.api.ClassOrdererContext classOrdererContext)
     

    Methods inherited from class java.lang.Object

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

    • IntegrationTestAfterUnitTestClassOrderer

      public IntegrationTestAfterUnitTestClassOrderer()
  • Method Details

    • orderClasses

      public void orderClasses(org.junit.jupiter.api.ClassOrdererContext classOrdererContext)
      Specified by:
      orderClasses in interface org.junit.jupiter.api.ClassOrderer