amoss icon indicating copy to clipboard operation
amoss copied to clipboard

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

Results 11 amoss issues
Sort by recently updated
recently updated
newest added

Implement the ability to check if a parameter is an instance of a given object. For example, something along the lines of: ``` Amoss_Instance objectController = new Amoss_Instance( SomeClass.class );...

enhancement