| Package | Description |
|---|---|
| org.testifyproject |
A package that contains Annotations, SPI contract classes, and traits.
|
| org.testifyproject.trait |
A package that contains traits contracts.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApplicationInstance
A contract that defines methods for retrieving information about an application.
|
interface |
SutDescriptor
A contract that defines methods to access properties of or perform operations on a system
under test (SUT).
|
interface |
TestContext
A small context class that contains reference to the test testInstance, the test
testDescriptor, and helper methods.
|
interface |
TestDescriptor
A contract that defines methods used to access or perform operations on a test class.
|
| Modifier and Type | Method and Description |
|---|---|
default <E> PropertiesWriter |
PropertiesWriter.addCollectionElement(String key,
E element)
Add the given element to a collection entry in the properties map with the given key.
|
default <K,V> PropertiesWriter |
PropertiesWriter.addMapEntry(String key,
K entryKey,
V entryValue)
Add the given entryKey/entryValue pair to a map entry in the properties map with the
given key.
|
default <T> PropertiesWriter |
PropertiesWriter.addProperty(String key,
T value)
Add the given key/value pair if it is absent.
|
Copyright © 2016–2018 Testify Project. All rights reserved.