TestCoverage

public interface TestCoverage

Known direct subclasses
JacocoOptions

This interface is deprecated. Renamed to TestCoverage


Settings related to the gathering of code-coverage data from tests

Summary

Public methods

abstract @NonNull String

The version of JaCoCo to use.

abstract void

The version of JaCoCo to use.

Public methods

getJacocoVersion

abstract @NonNull String getJacocoVersion()

The version of JaCoCo to use.

setJacocoVersion

abstract void setJacocoVersion(@NonNull String jacocoVersion)

The version of JaCoCo to use.