Packageorg.flexunit.utils
Classpublic class DescriptionUtil
InheritanceDescriptionUtil Inheritance Object

This is a temporary class to work around parsing name issues with the Description when using parameterized testing. It is my hope that it can be removed and replaced with a better solution for 4.2



Public Methods
 MethodDefined By
  
[static] Returns a method name based on the provided description.
DescriptionUtil
Method Detail
getMethodNameFromDescription()method
public static function getMethodNameFromDescription(description:IDescription):String

Returns a method name based on the provided description. In particular reverses the naming process of the parameterized runner. This class will be removed once description is modified for 4.2

Parameters

description:IDescription

Returns
String