Interface TestResults.ResultCallback

  • Enclosing class:
    TestResults

    public static interface TestResults.ResultCallback
    Callback interface for synchronized access to test results in iteration.
    • Method Detail

      • doWithResult

        void doWithResult​(TestResult result)
        Do something with the result.
        Parameters:
        result -