FLEX-35031 FLEX-33058
-Moved the valuesAreSubsetOfObject() function in ObjectUtil and added some unit tests for it.
-Instead of iterating through the object's properties using a String object in ObjectUtil.getEnumerableProperties(), we are now using an Object instance. In this way, int properties will not be converted to String anymore.
3 files changed