Not Contains Assertion

Download

Source Code: https://github.com/testify/NotContainsAssertion.git

Latest Snapshot: Coming Soon

Latest Release: Coming Soon

Description

The Not Contains Assertion is a Testify assertion service that checks that a set of characters is not in the processor response. To use this assertion, the user must provide the assertion name, "NotContainsAssertion" (not case sensitive), followed by "::" and assertion information.

Assertion Information

The assertion information is the set of characters that are expected to not be within the processor response. The example text below shows the format for this assertion. This example text would be successful if "Not Some String" is not found anywhere within the processor response. The assertion text below must be placed within the assertion block.

Action Block
NotContainsAssertion::Not Some String