| Interface | Description |
|---|---|
| LambdaExceptionUtils.BiConsumerWithExceptions<T,U,E extends Exception> |
Represents a
BiConsumer interface which can throw exceptions. |
| LambdaExceptionUtils.ConsumerWithExceptions<T,E extends Exception> |
Represents a
Consumer interface which can throw exceptions. |
| LambdaExceptionUtils.FunctionWithExceptions<T,R,E extends Exception> |
Represents a
Function interface which can throw exceptions. |
| LambdaExceptionUtils.RunnableWithExceptions<E extends Exception> |
Represents a
Runnable interface which can throw exceptions. |
| LambdaExceptionUtils.SupplierWithExceptions<T,E extends Exception> |
Represents a
Supplier interface which can throw exceptions. |
| Class | Description |
|---|---|
| DataBucketsHelper |
A helper class to get the input and output directories of each
testgrid step.
|
| EnvironmentUtil |
Utility class for obtaining environment variable values.
|
| FileUtil |
Utility class for handling file operations.
|
| LambdaExceptionUtils |
A Utility which provides a way to throw checked exceptions from the lambda expressions.
|
| S3StorageUtil |
This Util class holds the utility methods used to manage TestGrid S3 storage.
|
| StringUtil |
Utility class to handle
String related operations. |
| TestGridUtil |
This Util class holds the common utility methods.
|
| Enum | Description |
|---|---|
| EnvironmentUtil.OSType |
Types of Operating Systems
|
Copyright © 2019 WSO2. All rights reserved.