| Annotation Type | Description |
|---|---|
| Beta |
Indicates API bearing this annotation is considered to be complete but not yet stable.
|
| Experimental |
Indicates API bearing this annotation is experimental.
|
| Handles |
An annotation that can be placed on a class to donate it as capable of handing a specific
type of annotations.
|
| IntegrationCategory |
An annotation that can be placed on a class to categorize it as part of integration test
family of tests.
|
| Lenient |
An annotation that can be placed a test class to indicate that verifications should be
lenient.
|
| Loose |
An annotation that can be placed a test class to indicate that verifications should be loose.
|
| Strict |
An annotation that can be placed a test class to indicate that verifications should be
strict.
|
| SystemCategory |
An annotation that can be placed on a class to categorize it as part of system test family of
tests.
|
| Testified |
An annotation used to mark source code or byte code that has been generated or altered
(sub-classed, redefined, rebased) for testing purpose and to differentiate it from user
written code.
|
| UnitCategory |
An annotation that can be placed on a class to categorize it as part of unit test family of
tests.
|
Copyright © 2016–2018 Testify Project. All rights reserved.