Class JSR223Assertion

    • Constructor Detail

      • JSR223Assertion

        public JSR223Assertion()
    • 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.