Packageflexunit.flexui.patterns
Classpublic class AssertUndefinedPattern
InheritanceAssertUndefinedPattern Inheritance AbstractPattern



Public Methods
 MethodDefined by
  
AssertUndefinedPattern
 Inherited
AbstractPattern
 Inherited
match(errorMessage:String):Boolean
AbstractPattern
Protected Methods
 MethodDefined by
 Inherited
getActualResult(results:Array):String
AbstractPattern
  
getExpectedResult(results:Array):String
AssertUndefinedPattern
Public Constants
 ConstantDefined by
 InheritedCALL_BEFORE : String = "Call before {0}"
[static]
AbstractPattern
 InheritedNOT_NULL : String = "not null"
[static]
AbstractPattern
 InheritedNOT_UNDEFINED : String = "not undefined"
[static]
AbstractPattern
 InheritedNULL : String = "null"
[static]
AbstractPattern
 InheritedSTRING_IN : String = "String in {0}"
[static]
AbstractPattern
 InheritedSTRING_MATCHING : String = "String matching {0}"
[static]
AbstractPattern
 InheritedSTRING_NOT_MATCHING : String = "String not matching {0}"
[static]
AbstractPattern
 InheritedSUBSTRING_OF : String = "Substring of {0}"
[static]
AbstractPattern
 InheritedUNDEFINED : String = "undefined"
[static]
AbstractPattern
Constructor detail
AssertUndefinedPattern()constructor
public function AssertUndefinedPattern()
Method detail
getExpectedResult()method
protected override function getExpectedResult(results:Array):StringParameters
results:Array

Returns
String