Assertion Services

Assertion services are responsible for checking that the processor result matches to expected outcomes contained in the test file. Every test file calls out one or more assertion service. If more than one assertion is provided in a test file, the assertions must be separated by line breaks. Assertions could do anything from checking if there is a contained string in the result to counting the amount of times that a value appears.

 

Below is a list of all the Testify supported assertion service pages. Each page provides a download link along with implementation specific details.