FLEX-35031
-Since I'm planning to use ObjectUtil.isDynamicObject() in the fix, I wanted to unit test it.
-Also, I introduced a new function in ObjectUtil to be used in the solution, getEnumerableProperties(), which returns all the dynamic properties of an object. In order to unit test this new method I needed a function with which to compare Arrays. So I added it to ArrayUtil, including the unit tests needed to validate it.
-Also edited an asdoc entry and renamed a function parameter.
4 files changed