Package org.processmining.contexts.test.factory


package org.processmining.contexts.test.factory
  • Class
    Description
    A helper method that can be used to modify how JUnit executes a test suite.
    This annotation declares a Java method as 'Test Factory Method' which will be turned into a JUnit test for each object that is registered at the TestFactory.
    This annotation can be added to a method in a JUnit test class.