This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
Apply::classNameForFilter, PerformantEqualsTestFilter tests memory usage
- Apply now calls
classNameForFilter
to allow more flexibility when extending Apply. This should not be a breaking change; however, it is recommended that you useclassNameForFilter
and stop usingrootNameSpaceForFilters
. - Beyond speed we have put a first round implementation to test memory usage as well. The default maximum in kilobytes is 10 per
AssertEquals
test.