Class MvelTestOverloadUtils

java.lang.Object
org.broadleafcommerce.test.common.rule.MvelTestOverloadUtils

public class MvelTestOverloadUtils extends Object
This represents a version of SelectizeCollectionUtils where static method overloading took place. The overloading has since been removed in the framework implementation, but it is represented here for replication purposes as part of testing.

This class should be left as-is. Changes to this class (e.g. adding methods, etc..) can have subtle effects on the ordering outcome of calls to Class.getMethods(). Since our test is so sensitive to that outcome, this class should be left alone in its current state.
Author:
Jeff Fischer