Packageflexunit.framework
Classpublic class AssertStringFormats



Public Constants
 ConstantDefined by
  ASYNC_CALL_NOT_FIRED : String = "Asynchronous function did not fire after {0} ms"
[static]
AssertStringFormats
  CONTAINED : String = "<{0}> found in <{1}>"
[static]
AssertStringFormats
  EVENT_DID_NOT_OCCUR : String = "Expected events <{0}> but caught events <{1}>"
[static]
AssertStringFormats
  EVENT_DID_OCCUR : String = "Did not expect events <{0}> but caught events <{1}>"
[static]
AssertStringFormats
  EXPECTED_BUT_WAS : String = "expected:<{0}> but was:<{1}>"
[static]
AssertStringFormats
  MATCH : String = "<{0}> matched <{1}>"
[static]
AssertStringFormats
  NO_MATCH : String = "<{0}> did not match <{1}>"
[static]
AssertStringFormats
  NOT_CONTAINED : String = "did not find <{0}> in <{1}>"
[static]
AssertStringFormats
  NOT_NULL : String = "object was not null: {0}"
[static]
AssertStringFormats
  NOT_UNDEFINED : String = "object was not undefined: {0}"
[static]
AssertStringFormats
  NULL : String = "object was null: {0}"
[static]
AssertStringFormats
  UNDEFINED : String = "object was undefined: {0}"
[static]
AssertStringFormats
Constant detail
ASYNC_CALL_NOT_FIREDconstant
public static const ASYNC_CALL_NOT_FIRED:String = "Asynchronous function did not fire after {0} ms"
CONTAINEDconstant 
public static const CONTAINED:String = "<{0}> found in <{1}>"
EVENT_DID_NOT_OCCURconstant 
public static const EVENT_DID_NOT_OCCUR:String = "Expected events <{0}> but caught events <{1}>"
EVENT_DID_OCCURconstant 
public static const EVENT_DID_OCCUR:String = "Did not expect events <{0}> but caught events <{1}>"
EXPECTED_BUT_WASconstant 
public static const EXPECTED_BUT_WAS:String = "expected:<{0}> but was:<{1}>"
MATCHconstant 
public static const MATCH:String = "<{0}> matched <{1}>"
NO_MATCHconstant 
public static const NO_MATCH:String = "<{0}> did not match <{1}>"
NOT_CONTAINEDconstant 
public static const NOT_CONTAINED:String = "did not find <{0}> in <{1}>"
NOT_NULLconstant 
public static const NOT_NULL:String = "object was not null: {0}"
NOT_UNDEFINEDconstant 
public static const NOT_UNDEFINED:String = "object was not undefined: {0}"
NULLconstant 
public static const NULL:String = "object was null: {0}"
UNDEFINEDconstant 
public static const UNDEFINED:String = "object was undefined: {0}"