Annotation Type WillReportAfterProcesses


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface WillReportAfterProcesses
    Use this annotation on JUnit test methods in an extension of TestsWithProcessesBefore to tell that the test method will emit a report after all steps of all processes have run. The annotated JUnit test method may then call the TestsWithProcessesBefore.getProcessResult(Class) method to get one of the objects returned by the processes.

    You can use both WhileProcessing and WillReportAfterProcesses annotations on a same test method.

    Author:
    David Andrianavalontsalama