Interface TestResults.ResultCallback

Enclosing class:
TestResults

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

    Modifier and Type
    Method
    Description
    void
    Do something with the result.
  • Method Details

    • doWithResult

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