Package | org.flexunit.constants |
Class | public class AnnotationArgumentConstants |
Inheritance | AnnotationArgumentConstants ![]() |
Constant | Defined 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 |
ASYNC | Constant |
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.
DATAPROVIDER | Constant |
public static const DATAPROVIDER:String = dataProvider
Argument constant used in the Test metadata when specifying a TestNG Style parameterized test
EXPECTED | Constant |
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
EXPECTS | Constant |
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
LOADER | Constant |
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
ORDER | Constant |
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.
TIMEOUT | Constant |
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.