Contains Assertion
Download
Source Code: https://github.com/testify/ContainsAssertion.git
Latest Snapshot: Coming Soon
Latest Release: Coming Soon
Description
The Contains Assertion is a Testify assertion service that looks for a contained set of characters in the processor response and is successful if the set of characters is found. To use this assertion, the user must provide the assertion name, "ContainsAssertion" (not case sensitive), followed by "::" and assertion information.
Assertion Information
The assertion information is the set of characters that are expected within the processor response. The example text below shows the format for this assertion. This example text would be successful if "Some String" is found anywhere within the processor response. The assertion text below must be placed within the assertion block.
ContainsAssertion::Some String