docs.gradle.org

Contents 

  1. Description
  2. Method Summary
  3. Method Details
    1. createTestEventReporter(String, Directory, Directory)
    2. createTestEventReporter(String, Directory, Directory, boolean)

Interface TestEventReporterFactory

  • Method Summary

    Modifier and Type

    Method

    Description

    Returns an object that can be used to report test events with the default behavior of failing the test task if there are test failures.

    createTestEventReporter (String rootName, Directory binaryResultsDirectory, Directory htmlReportDirectory, boolean closeThrowsOnTestFailures)

    Returns an object that can be used to report test events.

  • Method Details

    • createTestEventReporter

    • createTestEventReporter

Read the original on docs.gradle.org ↗