Interface JacocoLimit

    • Method Detail

      • setCounter

        void setCounter​(String counter)
        Sets the counter that applies to the limit.
        Parameters:
        counter - Counter
      • setValue

        void setValue​(String value)
        Sets the value that applies to the limit.
        Parameters:
        value - Value
      • setMinimum

        void setMinimum​(BigDecimal minimum)
        Sets the minimum expected value for limit.
        Parameters:
        minimum - Minimum
      • setMaximum

        void setMaximum​(BigDecimal maximum)
        Sets the maximum expected value for limit.
        Parameters:
        maximum - Maximum