Class MvelTestOverloadUtils
java.lang.Object
org.broadleafcommerce.test.common.rule.MvelTestOverloadUtils
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collectionintersection(Iterable a, Iterable b) static Collection<String>intersection(String a, Iterable<String> b) static Collection<String>valueAssignableIntersection(Iterable<org.broadleafcommerce.common.value.ValueAssignable> a, Iterable<String> b)
-
Constructor Details
-
MvelTestOverloadUtils
public MvelTestOverloadUtils()
-
-
Method Details
-
intersection
-
valueAssignableIntersection
public static Collection<String> valueAssignableIntersection(Iterable<org.broadleafcommerce.common.value.ValueAssignable> a, Iterable<String> b) -
intersection
-