Annotation Type FactoryTest


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface FactoryTest
    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.
    Author:
    Ted Young