Class AddChannelBindingsToAssertionsTest

    • Constructor Detail

      • AddChannelBindingsToAssertionsTest

        public AddChannelBindingsToAssertionsTest()
    • Method Detail

      • testNoResponse

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

        public void testNoBindings()
        Test that action does nothing if there are no bindings.
      • 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 advice is properly added if there is a single assertion, without an Advice element, in the response.
      • testSingleAssertionWithExistingCondition

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

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