| Package | Description |
|---|---|
| org.testifyproject |
A package that contains Annotations, SPI contract classes, and traits.
|
| org.testifyproject.trait |
A package that contains traits contracts.
|
| Class and 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| Sut
An annotation used on single test class field to denote the field as the System Under Test
(SUT).
|
| 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.
|
| Class and Description |
|---|
| 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.
|
| 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.
|
| Virtual
An annotation that can be placed on unit, integration and system test class fields to denote
the fields as a virtual collaborator.
|
Copyright © 2016–2018 Testify Project. All rights reserved.