See: Description
| Annotation Type | Description |
|---|---|
| Application |
An annotation that can be placed on system test to specify an application that should be
loaded, configured, started, and stopped before and after each test run (i.e.
|
| Bundle |
A meta-annotation that identifies an annotation as test bundle.
|
| CollaboratorProvider |
An annotation used to specifying a provider of the system under test's collaborators.
|
| ConfigHandler |
An annotation that can be placed on a test class or test class method to configure various
functions before each integration and system test run (i.e.
|
| Discoverable |
An annotation that can be placed on service implementation classes to add entries for the
service to the META-INF/services directory and allow the service to be discoverable through
the JDK's
service-provider loading facility. |
| Fake |
An annotation that can be placed on unit, integration and system test class fields to denote
the fields as a fake collaborators.
|
| Fixture |
An annotation that can be placed on test related classes or test class fields to denote them
as test fixture.
|
| Hint |
An annotation that can be placed a test class to provide hints to the test class.
|
| LocalResource |
An annotation that can be placed on integration and system tests to specify resources that
must be loaded, configured, started, stopped before and after each test case (i.e.
|
| LocalResources |
A repeatable meta-annotation for
LocalResource. |
| Module |
An annotation that can be placed on integration and system tests to load a module that
contains services before each test run (i.e.
|
| Modules |
A repeatable meta-annotation for
Module. |
| Name |
An annotation that can be placed on field, method, or method parameter to associate it with a
name that can be used to qualify them.
|
| Property |
An annotation that can be placed on test class field to inject runtime or configuration
properties into a test case.
|
| Real |
An annotation that can be placed on integration and system test class fields to denote the
field as a real collaborator of the System Under Test.
|
| RemoteResource |
An annotation that can be placed on integration and system tests to specify resources that
must be loaded, configured, started, stopped before and after each test case (i.e.
|
| RemoteResources |
A repeatable meta-annotation for
RemoteResource. |
| Scan |
An annotation that can be placed on integration and system tests to load a resources that
contains services before each test run (i.e.
|
| Scans |
A repeatable meta-annotation for
Scan. |
| Sut |
An annotation used on single test class field to denote the field as the System Under Test
(SUT).
|
| Virtual |
An annotation that can be placed on unit, integration and system test class fields to denote
the fields as a virtual collaborator.
|
| VirtualResource |
An annotation that can be placed on integration and system tests to specify virtual resources
that should be configured, started, stopped before and after each test run.
|
| VirtualResources |
A repeatable meta-annotation for
VirtualResource. |
Copyright © 2016–2018 Testify Project. All rights reserved.