Annotation Type Discover


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Discover
    Used to mark a class as a potential test in arquillian. Useful when the test class is not found by itself (see TestClassDiscover logic).