MetadataUtils
I am using Flex Gumbo & the FlexUnit 4 beta 1.0 release and have a question about using the flex.lang.reflect.utils.MetadataTools methods. The methods will not work if you directly pass in the result of the describeType() call. It seems like they are expecting a different XML format, as they will work as I expect if I pass xmlTypeDescription.factory instead. Is this expected? Sending only the factory child is an acceptable workaround, but doesn't seem very intuitive.
The two methods I am currently using:
MetadataTools.nodeHasMetaData()
MetadataTools.getMethodsList()
Thanks!
Brian
