Index

A B C D E F G H I L M N O P R S T V W Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractSetupTest - Class in test.de.iip_ecosphere.platform.support
Tests AbstractSetup.
AbstractSetupTest() - Constructor for class test.de.iip_ecosphere.platform.support.AbstractSetupTest
 
AbstractSetupTest.Cfg - Class in test.de.iip_ecosphere.platform.support
Test a setup.
AbstractSetupTest.Cfg2 - Class in test.de.iip_ecosphere.platform.support
Invalid setup class.
addExceptionHandler(Class<Exception>, Rest.ExceptionHandler) - Method in class test.de.iip_ecosphere.platform.support.rest.TestRest.TestServer
 
addPluginLocation(String, String, String, boolean, String...) - Static method in class test.de.iip_ecosphere.platform.support.TestWithPlugin
Adds a new plugin location.
addRunAfterLoading(Runnable) - Static method in class test.de.iip_ecosphere.platform.support.TestWithPlugin
Adds functions to be executed after loading.
AllTests - Class in test.de.iip_ecosphere.platform.support
Defines the tests to be executed.
AllTests() - Constructor for class test.de.iip_ecosphere.platform.support.AllTests
 
appends - Variable in class test.de.iip_ecosphere.platform.support.TestWithPlugin.PluginLocation
 
assertFileExists(File, String, boolean) - Static method in class test.de.iip_ecosphere.platform.support.ZipUtilsTest
Asserts that a file/directory exists.
assertFileNotExists(File, String) - Static method in class test.de.iip_ecosphere.platform.support.ZipUtilsTest
Asserts that a file/directory does not exists.
assertHeader(String, Collector.Field[]) - Method in class test.de.iip_ecosphere.platform.support.CollectorTest
Asserts a file header.

B

BytecodeTest - Class in test.de.iip_ecosphere.platform.support
Tests Bytecode.
BytecodeTest() - Constructor for class test.de.iip_ecosphere.platform.support.BytecodeTest
 

C

Cfg() - Constructor for class test.de.iip_ecosphere.platform.support.AbstractSetupTest.Cfg
No-arg constructor.
Cfg2(String) - Constructor for class test.de.iip_ecosphere.platform.support.AbstractSetupTest.Cfg2
No public constructor.
clear() - Static method in class test.de.iip_ecosphere.platform.support.TestWithPlugin
Removes all plugin locations.
CmdLineTest - Class in test.de.iip_ecosphere.platform.support
Tests CmdLine.
CmdLineTest() - Constructor for class test.de.iip_ecosphere.platform.support.CmdLineTest
 
collectAppends(File, String[]) - Static method in class test.de.iip_ecosphere.platform.support.TestWithPlugin
Collects the appended plugins.
CollectionUtilsTest - Class in test.de.iip_ecosphere.platform.support
Tests CollectionUtils.
CollectionUtilsTest() - Constructor for class test.de.iip_ecosphere.platform.support.CollectionUtilsTest
 
CollectorTest - Class in test.de.iip_ecosphere.platform.support
Tests Collector.
CollectorTest() - Constructor for class test.de.iip_ecosphere.platform.support.CollectorTest
 
connected - Variable in class test.de.iip_ecosphere.platform.support.WebsocketTest.WsStatusListener
 
create() - Method in class test.de.iip_ecosphere.platform.support.bytecode.TestBytecodePluginDescriptor
 
create() - Method in class test.de.iip_ecosphere.platform.support.http.TestHttpPluginDescriptor
 
create() - Method in class test.de.iip_ecosphere.platform.support.metrics.TestMetricsPluginDescriptor
 
create() - Method in class test.de.iip_ecosphere.platform.support.processInfo.TestProcessInfoFactoryPluginDescriptor
 
create() - Method in class test.de.iip_ecosphere.platform.support.rest.TestRestPluginDescriptor
 
create() - Method in class test.de.iip_ecosphere.platform.support.ssh.TestSshPluginDescriptor
 
create() - Method in class test.de.iip_ecosphere.platform.support.websocket.TestWebsocketFactoryPluginDescriptor
 
create(long) - Method in class test.de.iip_ecosphere.platform.support.processInfo.TestProcessInfoFactory
 
createBroadcastingServer(ServerAddress) - Method in class test.de.iip_ecosphere.platform.support.websocket.TestWebsocket
 
createClassBuilder(String, Class<T>, ClassLoader) - Method in class test.de.iip_ecosphere.platform.support.bytecode.TestBytecode
 
createClient() - Method in class test.de.iip_ecosphere.platform.support.http.TestHttp
 
createCounter(String) - Method in class test.de.iip_ecosphere.platform.support.metrics.TestMetrics
 
createFilterAcceptNameStartsWith(String) - Method in class test.de.iip_ecosphere.platform.support.metrics.TestMetrics
 
createFilterDeny() - Method in class test.de.iip_ecosphere.platform.support.metrics.TestMetrics
 
createFilterDenyNameStartsWith(String) - Method in class test.de.iip_ecosphere.platform.support.metrics.TestMetrics
 
createGauge(String, Supplier<Number>) - Method in class test.de.iip_ecosphere.platform.support.metrics.TestMetrics
 
createGauge(String, T, ToDoubleFunction<T>) - Method in class test.de.iip_ecosphere.platform.support.metrics.TestMetrics
 
createId(String, List<Tag>, String, String, Meter.Type) - Method in class test.de.iip_ecosphere.platform.support.metrics.TestMetrics
 
createImmutableTag(String, String) - Method in class test.de.iip_ecosphere.platform.support.metrics.TestMetrics
 
createMeasurement(Supplier<Double>, Statistic) - Method in class test.de.iip_ecosphere.platform.support.metrics.TestMetrics
 
createPooledClient() - Method in class test.de.iip_ecosphere.platform.support.http.TestHttp
 
createPost(String) - Method in class test.de.iip_ecosphere.platform.support.http.TestHttp
 
createRegistry(Object, boolean) - Method in class test.de.iip_ecosphere.platform.support.metrics.TestMetrics
 
createServer(int) - Method in class test.de.iip_ecosphere.platform.support.rest.TestRest
 
createServer(ServerAddress) - Method in class test.de.iip_ecosphere.platform.support.ssh.TestSsh
Creates an SSH server.
createSocket(URI) - Method in class test.de.iip_ecosphere.platform.support.websocket.TestWebsocket
 
createTag(String, String) - Method in class test.de.iip_ecosphere.platform.support.metrics.TestMetrics
 
createTarget(String) - Method in class test.de.iip_ecosphere.platform.support.rest.TestRest
 
createTimer(String) - Method in class test.de.iip_ecosphere.platform.support.metrics.TestMetrics
 

D

defineBefore(Rest.Filter) - Method in class test.de.iip_ecosphere.platform.support.rest.TestRest.TestServer
 
defineBefore(String, Rest.Filter) - Method in class test.de.iip_ecosphere.platform.support.rest.TestRest.TestServer
 
defineDelete(String, Rest.Route) - Method in class test.de.iip_ecosphere.platform.support.rest.TestRest.TestServer
 
defineGet(String, Rest.Route) - Method in class test.de.iip_ecosphere.platform.support.rest.TestRest.TestServer
 
definePost(String, Rest.Route) - Method in class test.de.iip_ecosphere.platform.support.rest.TestRest.TestServer
 
definePut(String, Rest.Route) - Method in class test.de.iip_ecosphere.platform.support.rest.TestRest.TestServer
 
descriptorOnly - Variable in class test.de.iip_ecosphere.platform.support.TestWithPlugin.PluginLocation
 

E

enableLocalPlugins - Static variable in class test.de.iip_ecosphere.platform.support.TestWithPlugin
 
enableLocalPlugins(boolean) - Static method in class test.de.iip_ecosphere.platform.support.TestWithPlugin
Whether local plugins shall be enabled.
extactFile() - Method in class test.de.iip_ecosphere.platform.support.ZipUtilsTest
Tests ZipUtils.findFile(java.io.InputStream, String).
extractFullZip() - Method in class test.de.iip_ecosphere.platform.support.ZipUtilsTest
Tests ZipUtils.extractZip(java.io.InputStream, java.nio.file.Path).
extractPartialZip() - Method in class test.de.iip_ecosphere.platform.support.ZipUtilsTest
Tests ZipUtils.extractZip(java.io.InputStream, java.nio.file.Path, java.util.function.Predicate).

F

FallbackLoggerTest - Class in test.de.iip_ecosphere.platform.support.logging
Fallback logger tests.
FallbackLoggerTest() - Constructor for class test.de.iip_ecosphere.platform.support.logging.FallbackLoggerTest
 
FileFormatTest - Class in test.de.iip_ecosphere.platform.support
Tests FileFormat and ExtensionBasedFileFormat.
FileFormatTest() - Constructor for class test.de.iip_ecosphere.platform.support.FileFormatTest
 
FileUtilsTest - Class in test.de.iip_ecosphere.platform.support
Tests FileUtils.
FileUtilsTest() - Constructor for class test.de.iip_ecosphere.platform.support.FileUtilsTest
 
findFile() - Method in class test.de.iip_ecosphere.platform.support.ZipUtilsTest
Tests ZipUtils.findFile(File, String).
folder - Variable in class test.de.iip_ecosphere.platform.support.TestWithPlugin.PluginLocation
 

G

getProcessId() - Method in class test.de.iip_ecosphere.platform.support.processInfo.TestProcessInfoFactory
 
getProcessId(Process) - Method in class test.de.iip_ecosphere.platform.support.processInfo.TestProcessInfoFactory
 
getProperty() - Method in class test.de.iip_ecosphere.platform.support.AbstractSetupTest.Cfg
Returns the test property.
getSystemClock() - Method in class test.de.iip_ecosphere.platform.support.metrics.TestMetrics
 
getVirtualSize() - Method in class test.de.iip_ecosphere.platform.support.processInfo.TestProcessInfoFactory.TestProcessInfo
 

H

halt(int, String) - Method in class test.de.iip_ecosphere.platform.support.rest.TestRest.TestServer
 
HttpTest - Class in test.de.iip_ecosphere.platform.support
Tests Http.
HttpTest() - Constructor for class test.de.iip_ecosphere.platform.support.HttpTest
 

I

ID - Static variable in class test.de.iip_ecosphere.platform.support.plugins.MyTestPlugin
 
installDir - Static variable in class test.de.iip_ecosphere.platform.support.TestWithPlugin
 
InstalledDependenciesSetupTest - Class in test.de.iip_ecosphere.platform.support
Tests InstalledDependenciesSetup.
InstalledDependenciesSetupTest() - Constructor for class test.de.iip_ecosphere.platform.support.InstalledDependenciesSetupTest
 
installFolder - Variable in class test.de.iip_ecosphere.platform.support.TestWithPlugin.PluginLocation
 
INSTANCE - Static variable in class test.de.iip_ecosphere.platform.support.plugins.MyTestPlugin
 
IOUtilsTest - Class in test.de.iip_ecosphere.platform.support
Tests IOUtils.
IOUtilsTest() - Constructor for class test.de.iip_ecosphere.platform.support.IOUtilsTest
 
isInContainer() - Method in class test.de.iip_ecosphere.platform.support.NetUtilsTest
Tests NetUtils.isInContainer().
isStarted() - Method in class test.de.iip_ecosphere.platform.support.ssh.TestSsh.TestSshServer
 
iVal - Variable in class test.de.iip_ecosphere.platform.support.StringUtilsTest.TestData
 

L

loaded - Static variable in class test.de.iip_ecosphere.platform.support.TestWithPlugin
 
loadPlugins() - Static method in class test.de.iip_ecosphere.platform.support.TestWithPlugin
Loads plugins statically.
locations - Static variable in class test.de.iip_ecosphere.platform.support.TestWithPlugin
 
log(LogLevel) - Method in class test.de.iip_ecosphere.platform.support.logging.LoggerFactoryTest
Tests logging for the specified level.
LoggerFactoryTest - Class in test.de.iip_ecosphere.platform.support.logging
Tests LoggerFactory with fallback logger.
LoggerFactoryTest() - Constructor for class test.de.iip_ecosphere.platform.support.logging.LoggerFactoryTest
 

M

MetricsTest - Class in test.de.iip_ecosphere.platform.support
Tests Rest.
MetricsTest() - Constructor for class test.de.iip_ecosphere.platform.support.MetricsTest
 
MyResolver() - Constructor for class test.de.iip_ecosphere.platform.support.ResourceLoaderTest.MyResolver
 
MyResolver2() - Constructor for class test.de.iip_ecosphere.platform.support.ResourceLoaderTest.MyResolver2
 
myResolver2Called - Static variable in class test.de.iip_ecosphere.platform.support.ResourceLoaderTest
 
myResolverCalled - Static variable in class test.de.iip_ecosphere.platform.support.ResourceLoaderTest
 
MyTestPlugin - Class in test.de.iip_ecosphere.platform.support.plugins
A test plugin playing the role of a singleton.
MyTestPlugin() - Constructor for class test.de.iip_ecosphere.platform.support.plugins.MyTestPlugin
Prevents external creation.
MyTestPlugin.MyTestPluginDescriptor - Class in test.de.iip_ecosphere.platform.support.plugins
The plugin descriptor.
MyTestPluginDescriptor() - Constructor for class test.de.iip_ecosphere.platform.support.plugins.MyTestPlugin.MyTestPluginDescriptor
Creates an instance.

N

NetUtilsTest - Class in test.de.iip_ecosphere.platform.support
Tests NetUtils.
NetUtilsTest() - Constructor for class test.de.iip_ecosphere.platform.support.NetUtilsTest
 
NetUtilsTest.ServerRunnable - Class in test.de.iip_ecosphere.platform.support
A simple test server runnable, accepting and closing a connection.
numberTestFiles - Static variable in class test.de.iip_ecosphere.platform.support.FileUtilsTest
 
numberTestNotServiceFiles - Static variable in class test.de.iip_ecosphere.platform.support.FileUtilsTest
 

O

onClose(String, boolean) - Method in class test.de.iip_ecosphere.platform.support.WebsocketTest.WsStatusListener
 
onConnect() - Method in class test.de.iip_ecosphere.platform.support.WebsocketTest.WsStatusListener
 
onError(String) - Method in class test.de.iip_ecosphere.platform.support.WebsocketTest.WsStatusListener
 
OsUtilsTest - Class in test.de.iip_ecosphere.platform.support
Tests OsUtils.
OsUtilsTest() - Constructor for class test.de.iip_ecosphere.platform.support.OsUtilsTest
 

P

parent - Variable in class test.de.iip_ecosphere.platform.support.TestWithPlugin.PluginLocation
 
PidFileTest - Class in test.de.iip_ecosphere.platform.support
Tests PidFile.
PidFileTest() - Constructor for class test.de.iip_ecosphere.platform.support.PidFileTest
 
PluginLocation(String, String, String, boolean, String...) - Constructor for class test.de.iip_ecosphere.platform.support.TestWithPlugin.PluginLocation
Creates a new plugin location.
port - Variable in class test.de.iip_ecosphere.platform.support.NetUtilsTest.ServerRunnable
 
ProcessInfoTest - Class in test.de.iip_ecosphere.platform.support
Tests ProcessInfoFactory.ProcessInfo.
ProcessInfoTest() - Constructor for class test.de.iip_ecosphere.platform.support.ProcessInfoTest
 
PROP_AAS_PLUGIN - Static variable in class test.de.iip_ecosphere.platform.support.TestWithPlugin
 
property - Variable in class test.de.iip_ecosphere.platform.support.AbstractSetupTest.Cfg
 
PythonUtilsTest - Class in test.de.iip_ecosphere.platform.support
Tests PythonUtils.
PythonUtilsTest() - Constructor for class test.de.iip_ecosphere.platform.support.PythonUtilsTest
 

R

resolve(ClassLoader, String) - Method in class test.de.iip_ecosphere.platform.support.ResourceLoaderTest.MyResolver
 
resolve(ClassLoader, String) - Method in class test.de.iip_ecosphere.platform.support.ResourceLoaderTest.MyResolver2
 
ResourceLoaderTest - Class in test.de.iip_ecosphere.platform.support
Tests ResourceLoader.
ResourceLoaderTest() - Constructor for class test.de.iip_ecosphere.platform.support.ResourceLoaderTest
 
ResourceLoaderTest.MyResolver - Class in test.de.iip_ecosphere.platform.support
A test resolver.
ResourceLoaderTest.MyResolver2 - Class in test.de.iip_ecosphere.platform.support
Another test resolver.
RestTest - Class in test.de.iip_ecosphere.platform.support
Tests Rest.
RestTest() - Constructor for class test.de.iip_ecosphere.platform.support.RestTest
 
run() - Method in class test.de.iip_ecosphere.platform.support.NetUtilsTest.ServerRunnable
 
runAfterLoading - Static variable in class test.de.iip_ecosphere.platform.support.TestWithPlugin
 
running - Variable in class test.de.iip_ecosphere.platform.support.NetUtilsTest.ServerRunnable
 

S

SchemaServerEndpointTest - Class in test.de.iip_ecosphere.platform.support
Combined test for schemas, server addresses and endpoints.
SchemaServerEndpointTest() - Constructor for class test.de.iip_ecosphere.platform.support.SchemaServerEndpointTest
 
secure(String, String, String) - Method in class test.de.iip_ecosphere.platform.support.rest.TestRest.TestServer
 
ServerRunnable(int) - Constructor for class test.de.iip_ecosphere.platform.support.NetUtilsTest.ServerRunnable
Creates a server runnable.
setAuthenticator(Ssh.Authenticator) - Method in class test.de.iip_ecosphere.platform.support.ssh.TestSsh.TestSshServer
 
setHostKey(File) - Method in class test.de.iip_ecosphere.platform.support.ssh.TestSsh.TestSshServer
 
setInstallDir(String) - Static method in class test.de.iip_ecosphere.platform.support.TestWithPlugin
Sets the folder where the plugins are installed.
setNumberTestFiles(int) - Static method in class test.de.iip_ecosphere.platform.support.FileUtilsTest
Sets the number of test files to be found.
setNumberTestNotServiceFiles(int) - Static method in class test.de.iip_ecosphere.platform.support.FileUtilsTest
Sets the number of not service files to be found.
setProperty(int) - Method in class test.de.iip_ecosphere.platform.support.AbstractSetupTest.Cfg
Changes the test property.
setShellInit(String, String...) - Method in class test.de.iip_ecosphere.platform.support.ssh.TestSsh.TestSshServer
 
setup() - Method in class test.de.iip_ecosphere.platform.support.TestWithPlugin
Sets up plugins.
SshTest - Class in test.de.iip_ecosphere.platform.support
Tests Ssh.
SshTest() - Constructor for class test.de.iip_ecosphere.platform.support.SshTest
 
start() - Method in class test.de.iip_ecosphere.platform.support.plugins.MyTestPlugin
 
start() - Method in class test.de.iip_ecosphere.platform.support.rest.TestRest.TestServer
 
start() - Method in class test.de.iip_ecosphere.platform.support.ssh.TestSsh.TestSshServer
 
stop() - Method in class test.de.iip_ecosphere.platform.support.NetUtilsTest.ServerRunnable
Stops the server.
stop(boolean) - Method in class test.de.iip_ecosphere.platform.support.plugins.MyTestPlugin
 
stop(boolean) - Method in class test.de.iip_ecosphere.platform.support.rest.TestRest.TestServer
 
stop(boolean) - Method in class test.de.iip_ecosphere.platform.support.ssh.TestSsh.TestSshServer
 
StringUtilsTest - Class in test.de.iip_ecosphere.platform.support
Tests StringUtils.
StringUtilsTest() - Constructor for class test.de.iip_ecosphere.platform.support.StringUtilsTest
 
StringUtilsTest.TestData - Class in test.de.iip_ecosphere.platform.support
Just som data to be emitted.
supportsPathVariables() - Method in class test.de.iip_ecosphere.platform.support.rest.TestRest.TestServer
 
sVal - Variable in class test.de.iip_ecosphere.platform.support.StringUtilsTest.TestData
 

T

TaskRegistryTests - Class in test.de.iip_ecosphere.platform.support
Tests TaskRegistry.
TaskRegistryTests() - Constructor for class test.de.iip_ecosphere.platform.support.TaskRegistryTests
 
test.de.iip_ecosphere.platform.support - package test.de.iip_ecosphere.platform.support
Tests.
test.de.iip_ecosphere.platform.support.bytecode - package test.de.iip_ecosphere.platform.support.bytecode
Rest test.
test.de.iip_ecosphere.platform.support.http - package test.de.iip_ecosphere.platform.support.http
HTTP test.
test.de.iip_ecosphere.platform.support.logging - package test.de.iip_ecosphere.platform.support.logging
Logging tests.
test.de.iip_ecosphere.platform.support.metrics - package test.de.iip_ecosphere.platform.support.metrics
Metrics test.
test.de.iip_ecosphere.platform.support.plugins - package test.de.iip_ecosphere.platform.support.plugins
Classes to test the plugin manager.
test.de.iip_ecosphere.platform.support.processInfo - package test.de.iip_ecosphere.platform.support.processInfo
Test implementation for ProcessInfoFactory.
test.de.iip_ecosphere.platform.support.rest - package test.de.iip_ecosphere.platform.support.rest
Rest test.
test.de.iip_ecosphere.platform.support.ssh - package test.de.iip_ecosphere.platform.support.ssh
Ssh test.
test.de.iip_ecosphere.platform.support.websocket - package test.de.iip_ecosphere.platform.support.websocket
Websocket tests.
testAbbreviate() - Method in class test.de.iip_ecosphere.platform.support.logging.FallbackLoggerTest
Tests FallbackLogger.abbreviate(String).
testAddListAllVarArg() - Method in class test.de.iip_ecosphere.platform.support.CollectionUtilsTest
Tests CollectionUtils.addAll(List, Object...).
testAddSetAllVarArg() - Method in class test.de.iip_ecosphere.platform.support.CollectionUtilsTest
Tests CollectionUtils.addAll(Set, Object...).
testAll() - Method in class test.de.iip_ecosphere.platform.support.logging.LoggerFactoryTest
Tests with logging level LogLevel.ALL.
testBase64() - Method in class test.de.iip_ecosphere.platform.support.FileUtilsTest
Tests the base64 functions.
TestBytecode - Class in test.de.iip_ecosphere.platform.support.bytecode
Implements an empty Bytecode interface for simple testing.
TestBytecode() - Constructor for class test.de.iip_ecosphere.platform.support.bytecode.TestBytecode
 
TestBytecodePluginDescriptor - Class in test.de.iip_ecosphere.platform.support.bytecode
The test bytecode plugin descriptor.
TestBytecodePluginDescriptor() - Constructor for class test.de.iip_ecosphere.platform.support.bytecode.TestBytecodePluginDescriptor
 
testCloseQuietly() - Method in class test.de.iip_ecosphere.platform.support.FileUtilsTest
Tests closing quietly.
testCollector() - Method in class test.de.iip_ecosphere.platform.support.CollectorTest
Tests the collector.
testComposeArgument() - Method in class test.de.iip_ecosphere.platform.support.CmdLineTest
Tests CmdLine.composeArgument(String, Object).
testCreateTmpFolder() - Method in class test.de.iip_ecosphere.platform.support.FileUtilsTest
Tests creating a temporary folder.
testCreateUrl() - Method in class test.de.iip_ecosphere.platform.support.NetUtilsTest
Tests NetUtils.createURL(String).
TestData() - Constructor for class test.de.iip_ecosphere.platform.support.StringUtilsTest.TestData
 
testDefaults() - Method in class test.de.iip_ecosphere.platform.support.StringUtilsTest
Tests StringUtils.defaultIfBlank(CharSequence, CharSequence) and StringUtils.defaultIfEmpty(CharSequence, CharSequence).
testDeleteOnExit() - Method in class test.de.iip_ecosphere.platform.support.FileUtilsTest
Tests FileUtils.deleteOnExit(File).
testDependenciesSetup() - Method in class test.de.iip_ecosphere.platform.support.InstalledDependenciesSetupTest
Tests the dependency setup.
testEndpoint() - Method in class test.de.iip_ecosphere.platform.support.SchemaServerEndpointTest
Tests server address.
testEphemeralPort() - Method in class test.de.iip_ecosphere.platform.support.NetUtilsTest
Tests NetUtils.getEphemeralPort().
testExtractArgs() - Method in class test.de.iip_ecosphere.platform.support.CmdLineTest
Tests CmdLine.extractArgNames(String[]).
testFactory() - Method in class test.de.iip_ecosphere.platform.support.logging.LoggerFactoryTest
Tests the basic factory functions.
testFileFormat() - Method in class test.de.iip_ecosphere.platform.support.FileFormatTest
Tests FileFormat and ExtensionBasedFileFormat.
testFindFile() - Method in class test.de.iip_ecosphere.platform.support.FileUtilsTest
Tests FileUtils.findFile(File, String).
testFormats() - Method in class test.de.iip_ecosphere.platform.support.TimeUtilsTest
Tests the formatting functions.
testGetArg() - Method in class test.de.iip_ecosphere.platform.support.CmdLineTest
Tests the getArg functions.
testGetBooleanArgNoVal() - Method in class test.de.iip_ecosphere.platform.support.CmdLineTest
Tests CmdLine.getBooleanArgNoVal(String[], String, boolean).
testGetNetMask() - Method in class test.de.iip_ecosphere.platform.support.NetUtilsTest
Tests NetUtils.getNetMask(String, String).
testHasArgument() - Method in class test.de.iip_ecosphere.platform.support.CmdLineTest
Tests CmdLine.hasArgument(String[], String, boolean, boolean).
testHttp() - Method in class test.de.iip_ecosphere.platform.support.HttpTest
Tests basic HTTP functions.
TestHttp - Class in test.de.iip_ecosphere.platform.support.http
Implements an empty HTTP interface for simple testing.
TestHttp() - Constructor for class test.de.iip_ecosphere.platform.support.http.TestHttp
 
TestHttpPluginDescriptor - Class in test.de.iip_ecosphere.platform.support.http
The test HTTP plugin descriptor.
TestHttpPluginDescriptor() - Constructor for class test.de.iip_ecosphere.platform.support.http.TestHttpPluginDescriptor
 
testIsAvailable() - Method in class test.de.iip_ecosphere.platform.support.NetUtilsTest
Tests NetUtils.isAvailable(String, int).
testIsEmptyBlank() - Method in class test.de.iip_ecosphere.platform.support.StringUtilsTest
Tests StringUtils.isBlank(CharSequence) and StringUtils.isEmpty(CharSequence).
testIsIpV4Address() - Method in class test.de.iip_ecosphere.platform.support.NetUtilsTest
Tests NetUtils.isIpV4Addess(String).
testIsNotEmpty() - Method in class test.de.iip_ecosphere.platform.support.AbstractSetupTest
Tests AbstractSetup.isNotEmpty(String).
testIsOwnAddress() - Method in class test.de.iip_ecosphere.platform.support.NetUtilsTest
Tests NetUtils.isOwnAddress(String).
testJava() - Method in class test.de.iip_ecosphere.platform.support.StringUtilsTest
Tests StringUtils.escapeJava(String) and StringUtils.unescapeJava(String).
testJson() - Method in class test.de.iip_ecosphere.platform.support.StringUtilsTest
Tests StringUtils.escapeJson(String) and StringUtils.unescapeJson(String).
testListFiles() - Method in class test.de.iip_ecosphere.platform.support.FileUtilsTest
Tests FileUtils.listFiles(File, java.util.function.Predicate, java.util.function.Consumer).
testListFiles() - Method in class test.de.iip_ecosphere.platform.support.ZipUtilsTest
Tests ZipUtils.listFiles(InputStream, java.util.function.Predicate, java.util.function.Consumer).
testLogger() - Method in class test.de.iip_ecosphere.platform.support.logging.FallbackLoggerTest
Tests FallbackLogger.
testMetrics() - Method in class test.de.iip_ecosphere.platform.support.BytecodeTest
Tests basic metrics functions.
testMetrics() - Method in class test.de.iip_ecosphere.platform.support.MetricsTest
Tests basic metrics functions.
TestMetrics - Class in test.de.iip_ecosphere.platform.support.metrics
Implements an empty metrics factory interface for simple testing.
TestMetrics() - Constructor for class test.de.iip_ecosphere.platform.support.metrics.TestMetrics
 
TestMetricsPluginDescriptor - Class in test.de.iip_ecosphere.platform.support.metrics
The test metrics plugin descriptor.
TestMetricsPluginDescriptor() - Constructor for class test.de.iip_ecosphere.platform.support.metrics.TestMetricsPluginDescriptor
 
testOff() - Method in class test.de.iip_ecosphere.platform.support.logging.LoggerFactoryTest
Tests with logging level LogLevel.OFF.
testOs() - Method in class test.de.iip_ecosphere.platform.support.OsUtilsTest
Tests the Windows, Linux, Unix, Mac methods.
testOwnHostname() - Method in class test.de.iip_ecosphere.platform.support.NetUtilsTest
Tests NetUtils.getOwnHostname().
testOwnIP() - Method in class test.de.iip_ecosphere.platform.support.NetUtilsTest
Tests NetUtils.getOwnIP().
testParseToArgs() - Method in class test.de.iip_ecosphere.platform.support.CmdLineTest
Tests CmdLine.parseToArgs(String, java.util.List).
testPidFile() - Method in class test.de.iip_ecosphere.platform.support.PidFileTest
Tests the PidFile functionality.
testPluginFolder() - Method in class test.de.iip_ecosphere.platform.support.AbstractSetupTest
Tests the global plugin folder.
testPrependSlash() - Method in class test.de.iip_ecosphere.platform.support.ResourceLoaderTest
Tests ResourceLoader.prependSlash(String).
testProcessInfo() - Method in class test.de.iip_ecosphere.platform.support.ProcessInfoTest
Tests basic ProcessInfo functions.
TestProcessInfo() - Constructor for class test.de.iip_ecosphere.platform.support.processInfo.TestProcessInfoFactory.TestProcessInfo
 
TestProcessInfoFactory - Class in test.de.iip_ecosphere.platform.support.processInfo
Test implementation of ProcessInfoFactory.
TestProcessInfoFactory() - Constructor for class test.de.iip_ecosphere.platform.support.processInfo.TestProcessInfoFactory
 
TestProcessInfoFactory.TestProcessInfo - Class in test.de.iip_ecosphere.platform.support.processInfo
Test implementation of ProcessInfoFactory.ProcessInfo.
TestProcessInfoFactoryPluginDescriptor - Class in test.de.iip_ecosphere.platform.support.processInfo
The Spark plugin descriptor.
TestProcessInfoFactoryPluginDescriptor() - Constructor for class test.de.iip_ecosphere.platform.support.processInfo.TestProcessInfoFactoryPluginDescriptor
 
testPythonUtils() - Method in class test.de.iip_ecosphere.platform.support.PythonUtilsTest
Tests PythonUtils.
testReadLines() - Method in class test.de.iip_ecosphere.platform.support.IOUtilsTest
Tests IOUtils.readLines(java.io.InputStream) and IOUtils.readLines(java.io.InputStream, Charset).
testRegistry() - Method in class test.de.iip_ecosphere.platform.support.TaskRegistryTests
Tests TaskRegistry.
testRemove() - Method in class test.de.iip_ecosphere.platform.support.StringUtilsTest
Tests StringUtils.removeStart(String, String) and StringUtils.removeEnd(String, String).
testResolution() - Method in class test.de.iip_ecosphere.platform.support.FileUtilsTest
Tests file resolution methods.
testResolver() - Method in class test.de.iip_ecosphere.platform.support.ResourceLoaderTest
Tests resource resolution.
testRest() - Method in class test.de.iip_ecosphere.platform.support.RestTest
Tests basic REST functions.
TestRest - Class in test.de.iip_ecosphere.platform.support.rest
Implements an empty Rest interface for simple testing.
TestRest() - Constructor for class test.de.iip_ecosphere.platform.support.rest.TestRest
 
TestRest.TestServer - Class in test.de.iip_ecosphere.platform.support.rest
Just the server.
TestRestPluginDescriptor - Class in test.de.iip_ecosphere.platform.support.rest
The test rest plugin descriptor.
TestRestPluginDescriptor() - Constructor for class test.de.iip_ecosphere.platform.support.rest.TestRestPluginDescriptor
 
testReverse() - Method in class test.de.iip_ecosphere.platform.support.CollectionUtilsTest
Tests CollectionUtils.reverse(Object[]).
testSanitize() - Method in class test.de.iip_ecosphere.platform.support.FileUtilsTest
Tests sanitizing file names.
testSchema() - Method in class test.de.iip_ecosphere.platform.support.SchemaServerEndpointTest
Tests schemas.
TestServer(int) - Constructor for class test.de.iip_ecosphere.platform.support.rest.TestRest.TestServer
Creates an instance.
testServerAddress() - Method in class test.de.iip_ecosphere.platform.support.SchemaServerEndpointTest
Tests server address.
testSetup() - Method in class test.de.iip_ecosphere.platform.support.AbstractSetupTest
Tests the setup (reading).
testSleep() - Method in class test.de.iip_ecosphere.platform.support.TimeUtilsTest
Tests the TimeUtils.sleep(int) method.
testSsh() - Method in class test.de.iip_ecosphere.platform.support.SshTest
Tests basic SSH functions.
TestSsh - Class in test.de.iip_ecosphere.platform.support.ssh
Implements an empty Ssh interface for simple testing.
TestSsh() - Constructor for class test.de.iip_ecosphere.platform.support.ssh.TestSsh
 
TestSsh.TestSshServer - Class in test.de.iip_ecosphere.platform.support.ssh
The SSH server with further setup options.
TestSshPluginDescriptor - Class in test.de.iip_ecosphere.platform.support.ssh
The test SSH plugin descriptor.
TestSshPluginDescriptor() - Constructor for class test.de.iip_ecosphere.platform.support.ssh.TestSshPluginDescriptor
 
TestSshServer() - Constructor for class test.de.iip_ecosphere.platform.support.ssh.TestSsh.TestSshServer
 
testSystemPropertyOrEnv() - Method in class test.de.iip_ecosphere.platform.support.OsUtilsTest
Tests OsUtils.getPropertyOrEnv(String, String), OsUtils.getPropertyOrEnv(String) and implicitly OsUtils.getEnv(String).
testSystemRoot() - Method in class test.de.iip_ecosphere.platform.support.FileUtilsTest
Tests FileUtils.getSystemRoot().
testTempDir() - Method in class test.de.iip_ecosphere.platform.support.FileUtilsTest
Tests the temporary directory access.
testToArgs() - Method in class test.de.iip_ecosphere.platform.support.CmdLineTest
Tests CmdLine.toArgs(String).
testToList() - Method in class test.de.iip_ecosphere.platform.support.CollectionUtilsTest
Tests CollectionUtils.toList(java.util.Iterator) and CollectionUtils.toList(Iterable).
testToListVarArg() - Method in class test.de.iip_ecosphere.platform.support.CollectionUtilsTest
Tests CollectionUtils.toList(Object...).
testToSet() - Method in class test.de.iip_ecosphere.platform.support.CollectionUtilsTest
Tests CollectionUtils.toSet(java.util.Iterator) and CollectionUtils.toSet(Iterable).
testToString() - Method in class test.de.iip_ecosphere.platform.support.CollectionUtilsTest
Tests CollectionUtils.toString(java.util.Collection, String, String, String) and CollectionUtils.toStringSpaceSeparated(java.util.Collection).
testToString() - Method in class test.de.iip_ecosphere.platform.support.IOUtilsTest
Tests IOUtils.toString(java.io.InputStream) and IOUtils.toString(java.io.InputStream, Charset).
testToString() - Method in class test.de.iip_ecosphere.platform.support.StringUtilsTest
Tests StringUtils.toString(Object) and StringUtils.toStringShortStyle(Object).
testTrace() - Method in class test.de.iip_ecosphere.platform.support.logging.LoggerFactoryTest
Tests with logging level LogLevel.TRACE.
testValues() - Method in class test.de.iip_ecosphere.platform.support.OsUtilsTest
Tests OsUtils methods.
testWaitFor() - Method in class test.de.iip_ecosphere.platform.support.TimeUtilsTest
Tests the TimeUtils.waitFor(java.util.function.Supplier, int, int) method.
TestWebsocket - Class in test.de.iip_ecosphere.platform.support.websocket
Implements an empty Rest interface for simple testing.
TestWebsocket() - Constructor for class test.de.iip_ecosphere.platform.support.websocket.TestWebsocket
 
TestWebsocketFactoryPluginDescriptor - Class in test.de.iip_ecosphere.platform.support.websocket
The Websocket plugin descriptor.
TestWebsocketFactoryPluginDescriptor() - Constructor for class test.de.iip_ecosphere.platform.support.websocket.TestWebsocketFactoryPluginDescriptor
 
TestWithPlugin - Class in test.de.iip_ecosphere.platform.support
Plugin-based test, aiming at inheriting plugin loading.
TestWithPlugin() - Constructor for class test.de.iip_ecosphere.platform.support.TestWithPlugin
 
TestWithPlugin.PluginLocation - Class in test.de.iip_ecosphere.platform.support
Represents a plugin location.
testWs() - Method in class test.de.iip_ecosphere.platform.support.WebsocketTest
Tests basic WebSocket functions.
TimeUtilsTest - Class in test.de.iip_ecosphere.platform.support
Tests TimeUtils.
TimeUtilsTest() - Constructor for class test.de.iip_ecosphere.platform.support.TimeUtilsTest
 
toPathVariable(String) - Method in class test.de.iip_ecosphere.platform.support.rest.TestRest.TestServer
 

V

versionFormatExc() - Method in class test.de.iip_ecosphere.platform.support.VersionTest
Tests the creation of a version causing an illegal argument exception.
VersionTest - Class in test.de.iip_ecosphere.platform.support
Tests Version.
VersionTest() - Constructor for class test.de.iip_ecosphere.platform.support.VersionTest
 
versionTests() - Method in class test.de.iip_ecosphere.platform.support.VersionTest
Tests the functions of valid versions.

W

WebsocketTest - Class in test.de.iip_ecosphere.platform.support
Simple WebsocketFactory test.
WebsocketTest() - Constructor for class test.de.iip_ecosphere.platform.support.WebsocketTest
 
WebsocketTest.WsStatusListener - Class in test.de.iip_ecosphere.platform.support
A test status listener.
WsStatusListener() - Constructor for class test.de.iip_ecosphere.platform.support.WebsocketTest.WsStatusListener
 

Z

ZipUtilsTest - Class in test.de.iip_ecosphere.platform.support
Tests ZipUtils.
ZipUtilsTest() - Constructor for class test.de.iip_ecosphere.platform.support.ZipUtilsTest
 
A B C D E F G H I L M N O P R S T V W Z 
All Classes and Interfaces|All Packages|Constant Field Values