Class AddOneTimeUseConditionToAssertionsTest

    • Constructor Detail

      • AddOneTimeUseConditionToAssertionsTest

        public AddOneTimeUseConditionToAssertionsTest()
    • Method Detail

      • testNoResponse

        public void testNoResponse()
        Test that action errors out properly if there is no response.
      • testNoAssertion

        public void testNoAssertion()
        Test that action errors out properly if there is no assertion in the response.
      • testSingleAssertion

        public void testSingleAssertion()
        Test that the condition is properly added if there is a single assertion, without a Conditions element, in the response.
      • testSingleAssertionWithExistingCondition

        public void testSingleAssertionWithExistingCondition()
        Test that the condition is properly added if there is a single assertion, with a Conditions element, in the response.
      • testMultipleAssertion

        public void testMultipleAssertion()
        Test that the condition is properly added if there are multiple assertions in the response.