| Class | Description |
|---|---|
| AttributeParser |
This class contains functionality for parsing tags from string.
|
| MemoizingSupplier<T> |
Returns a supplier which caches the instance retrieved during the first call to get() and returns that value on subsequent calls to get().
|
| MimeTypeDetector |
Utility stuff to detect mime type of binary data
|
| ParameterUtils |
An utility class for parameters read and processing.
|
| RetryWithDelay |
Retry with Delay and attempts limits
|
| SslUtils | |
| StatusEvaluation | |
| StepTemplateUtils | |
| SubscriptionUtils | |
| TestCaseIdUtils |
A static class which contains methods to generate Test Case IDs and code references.
|
| Waiter |
The simplest waiter, just to not include a new dependency into the project.
|