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