JacocoLimit

Defines a Jacoco rule limit.

Since

3.4

Functions

Link copied to clipboard
abstract fun getCounter(): String
The counter that applies to the limit as defined by org.jacoco.core.analysis.ICoverageNode.CounterEntity.
Link copied to clipboard
@Nullable
abstract fun getMaximum(): BigDecimal
Gets the maximum expected value for limit.
Link copied to clipboard
@Nullable
abstract fun getMinimum(): BigDecimal
Gets the minimum expected value for limit.
Link copied to clipboard
abstract fun getValue(): String
The value that applies to the limit as defined by org.jacoco.core.analysis.ICounter.CounterValue.
Link copied to clipboard
abstract fun setCounter(counter: String)
Sets the counter that applies to the limit.
Link copied to clipboard
abstract fun setMaximum(@Nullable maximum: BigDecimal)
Sets the maximum expected value for limit.
Link copied to clipboard
abstract fun setMinimum(@Nullable minimum: BigDecimal)
Sets the minimum expected value for limit.
Link copied to clipboard
abstract fun setValue(value: String)
Sets the value that applies to the limit.