Class MD5HexAssertion

    • Constructor Detail

      • MD5HexAssertion

        public MD5HexAssertion()
    • Method Detail

      • getResult

        public AssertionResult getResult​(SampleResult response)
        Description copied from interface: Assertion
        Returns the AssertionResult object encapsulating information about the success or failure of the assertion.
        Specified by:
        getResult in interface Assertion
        Parameters:
        response - the SampleResult containing information about the Sample (duration, success, etc)
        Returns:
        the AssertionResult containing the information about whether the assertion passed or failed.
      • setAllowedMD5Hex

        public void setAllowedMD5Hex​(String hex)
      • getAllowedMD5Hex

        public String getAllowedMD5Hex()