min Bound
A shortcut for
bound {
minValue = min
}
Content copied to clipboard
See also
abstract fun minBound(minValue: Int, coverageUnits: CoverageUnit = CoverageUnit.LINE, aggregationForGroup: AggregationType = AggregationType.COVERED_PERCENTAGE)(source)
A shortcut for
bound {
minValue = minValue
coverageUnits = coverageUnits
aggregationForGroup = aggregationForGroup
}
Content copied to clipboard