Interface | Description |
---|---|
IEnvArgResolver |
Interface for environment argument resolver implementations.
|
Class | Description |
---|---|
Configuration |
Configuration - utility used for configuration arguments storage.
|
DateUtils |
Utility for date operations.
|
DefaultEnvArgResolver |
Base logic for getting env-specific arguments where env name is used as argument prefix like 'STAG.url' for env 'STAG'.
|
FileManager |
Utility that simplifies some basic operations with files.
|
HTML | |
LogicUtils |
Some logic helpers that simplifies some validations and random generations.
|
SpecialKeywords |
Reserved keywords used in framework.
|
StringGenerator |
Utility for random values generation.
|
XmlFormatter |
Simple XML pretty print utility.
|
ZipManager |
Utility for ZIP archives management, used for gallery library population.
|
Enum | Description |
---|---|
Configuration.Parameter |
All available configuration argument keys along with default values.
|
Messager |
ReportMessage is used for reporting informational and error messages both
using logger and testsNG Reporter.
|
R |
Resource manager for reading resource files: api, config, testdata, email, report, database.
|