Skip to content
Richard Tomlinson edited this page Jul 8, 2017 · 15 revisions

Welcome

WmAOP is an Aspect Oriented style framework for Software AG webMethods that allows the dynamic creation of mocks and interceptors which can be conditionally invoked when services are executing. It is also the foundation for wm-jbehave that offers Behaviour Driven Unit Testing from within Software AG Designer. When you have these components installed you will be able to:

  • Create mocks of IS services
  • Apply conditions to mocks so that they only execute when the pipeline contents meet that condition
  • Raise an exception based on a condition or in place of a service
  • Capture the pipeline to file before or after a service is called
  • Modify or insert content into the pipeline
  • Have a series of conditions for a mocked service with a default if none of the conditions match
  • Create assertions that can apply before or after a service so that its possible to prove a service has been executed. Assertions can also have conditions to verify that the pipeline had the expected content.
  • Return either random or sequenced content from a mock to very its output every time its called
  • Use the wm-jbehave functionality for Behaviour Driven Unit Testing within Designer and execute tests with the in-built JUnit

Getting started

Latest versions

Knowing More

If you have further questions, feel free to send them to info@wmaop.org