Packageorg.flexunit.constants
Classpublic class AnnotationArgumentConstants
InheritanceAnnotationArgumentConstants Inheritance Object



Public Constants
 ConstantDefined By
  ASYNC : String = async
[static] Argument constant used in the Test, Before, After, BeforeClass and AfterClass metadata to specify that Asynchronous functionality should be enabled for this method.
AnnotationArgumentConstants
  DATAPROVIDER : String = dataProvider
[static] Argument constant used in the Test metadata when specifying a TestNG Style parameterized test
AnnotationArgumentConstants
  EXPECTED : String = expected
[static] Argument constant used in the Test metadata to indicate that this test is expected to throw an error.
AnnotationArgumentConstants
  EXPECTS : String = expects
[static] Argument constant used in the Test metadata to indicate that this test is expected to throw an error.
AnnotationArgumentConstants
  LOADER : String = loader
[static] Argument constant used in the DataPoints or Parameters metadata to indicate that data for this parameter will be loaded asynchronously.
AnnotationArgumentConstants
  ORDER : String = order
[static] Argument constant usable in all metadata to indicate an order of operation as compared to other metadata of the same type.
AnnotationArgumentConstants
  TIMEOUT : String = timeout
[static] Argument constant used in the Test metadata to indicate that this test is expected to complete within the specified timeout.
AnnotationArgumentConstants
Constant Detail
ASYNCConstant
public static const ASYNC:String = async

Argument constant used in the Test, Before, After, BeforeClass and AfterClass metadata to specify that Asynchronous functionality should be enabled for this method.

DATAPROVIDERConstant 
public static const DATAPROVIDER:String = dataProvider

Argument constant used in the Test metadata when specifying a TestNG Style parameterized test

EXPECTEDConstant 
public static const EXPECTED:String = expected

Argument constant used in the Test metadata to indicate that this test is expected to throw an error. This is a synonym for expects

EXPECTSConstant 
public static const EXPECTS:String = expects

Argument constant used in the Test metadata to indicate that this test is expected to throw an error. This is a synonym for expected

LOADERConstant 
public static const LOADER:String = loader

Argument constant used in the DataPoints or Parameters metadata to indicate that data for this parameter will be loaded asynchronously. This constant references an implementation of IExternalDataLoader as a static in the same class

ORDERConstant 
public static const ORDER:String = order

Argument constant usable in all metadata to indicate an order of operation as compared to other metadata of the same type.

TIMEOUTConstant 
public static const TIMEOUT:String = timeout

Argument constant used in the Test metadata to indicate that this test is expected to complete within the specified timeout.