public interface TestSystem<T>
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
The alias of the test system.
|
io.vavr.control.Option<ProxyConfiguration> |
getProxyConfiguration()
The
ProxyConfiguration of the test system, if present. |
Class<T> |
getType()
The type of the test system.
|
URI |
getUri()
The URI of the test system.
|
@Nonnull String getAlias()
@Nonnull io.vavr.control.Option<ProxyConfiguration> getProxyConfiguration()
ProxyConfiguration
of the test system, if present.Option
of the ProxyConfiguration
.Copyright © 2019 SAP SE. All rights reserved.