Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix detailed display of WSDL mock response time outs #355

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

modax
Copy link
Contributor

@modax modax commented Jan 18, 2019

Prior logic means that null mock result used to be supplied to the
AssertedWsdlMockResultMessageExchange when mock response step timed out.
Neither AbstractMessageExchange, not ShowMessageExchangeAction were
ready for that.

The patch:

  • adds support for null modelItem to AbstractMessageExchange (which used
    to be supported some time ago). However, this change ends up not being
    used due to change below;

  • adds support for null message exchange to ShowMessageExchangeAction as
    it is way to easier handle such condition there than support null mock
    result in WsdlMockResponseMessageExchange. Make appropriate changes in
    WsdlMockResponseTestStep.

Prior logic means that null mock result used to be supplied to the
AssertedWsdlMockResultMessageExchange when mock response step timed out.
Neither AbstractMessageExchange, not ShowMessageExchangeAction were
ready for that.

The patch:

- adds support for null modelItem to AbstractMessageExchange (which used
  to be supported some time ago). However, this change ends up not being
  used due to change below;

- adds support for null message exchange to ShowMessageExchangeAction as
  it is way to easier handle such condition there than support null mock
  result in WsdlMockResponseMessageExchange. Make appropriate changes in
  WsdlMockResponseTestStep.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant