apex-enterprise-patterns / fflib-apex-mocks

An Apex mocking framework for true unit testing in Salesforce, with Stub API support
BSD 3-Clause "New" or "Revised" License
423 stars 214 forks source link

fflib_ApexMocksConfig in wrong directory #92

Closed sfdcDesign closed 4 years ago

sfdcDesign commented 4 years ago

This class uses the isTest notation and appears when running tests but is placed in the main/classes folder. @ImJohnMDaniel

sfdcDesign commented 4 years ago

Noticing this in multiple other classes, but all seem to support testing and not actually assert. Closing.