bobalicious / amoss

Amoss - Apex Mock Objects, Spies and Stubs - A Simple Mocking framework for Apex (Salesforce)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement 'verifiedBy'

bobalicious opened this issue · comments

Make the Amoss_ValueVerifier public, and add the ability to specify the value verifier for a parameter.

For example:

  • withParameterNamed( 'parameter' ).verifiedBy( new CustomCreatedVerifier() )

Write documentation for the expected behaviours of verifiers.

This will allow for people to build verifiers for complex parameters, if they so require.

Resolved