See: Description
| Class | Description |
|---|---|
| Param.DataSupplier |
Static class that returns the data as a list of
PotentialAssignment. |
| Enum | Description |
|---|---|
| Report.EXPORT_FORMAT | |
| Report.REPORT_TYPE |
| Annotation Type | Description |
|---|---|
| Converters |
Annotation to be used for declaring the converters either on a test Class or on a test method.
See Converter for more details on what Converters are and how can they be used. |
| DataLoader |
A method or class level annotation providing users with the ability to specify a data
Loader strategy for their test class. |
| Display |
Annotation that defines what all fields(input attributes of the test method)
should be used in the display name of the test method.
|
| Duration |
Duration is similar to
Intercept annotation in that it intercepts the call to the methods
of the Class annotated with Duration annotation. |
| Format |
Annotation that can be used by the user to specify various formating options to be used by EasyTest while
converting the raw data to a specific object.
|
| Intercept |
A field level annotation that can be used to intercept calls to methods within the subject under test.
|
| Parallel |
Class level Annotation that is used
to run tests in Parallel.
|
| ParallelSuite |
Suite level Annotation that is used
to run test classes defined in Suite, in Parallel. |
| Param |
A parameter level optional annotation that converts the data for EasyTest based test methods to consume.
|
| Provided |
A field level annotation that can be used in the test classes
to load the values from outside the test class, for example from
a configuration file.
|
| Repeat |
Annotation to repeat the test method 'n' times where 'n' is identified by the attribute
Repeat.times()
This annotation can be applied at the test method level and will
repeat a given test the number of times as specified by the times attribute. |
| Report |
A test class level annotation providing reporting parameters.
|
| TestBean |
A Method level annotation to identify a test bean.
|
| TestConfigProvider |
A Class level annotation used to identify the Test Configuration provider class.
|
| TestPolicy |
An extremely useful annotation to define a test class policy.
|
| TestProperties |
A Class level annotation that is applied of Config classes that defines the
TestBeans. |
Copyright © 2014. All rights reserved.