Uses of Class
test.de.iip_ecosphere.platform.transport.AbstractTestServer
Packages that use AbstractTestServer
Package
Description
Tests for the platform transport connectors.
-
Uses of AbstractTestServer in test.de.iip_ecosphere.platform.transport
Subclasses of AbstractTestServer in test.de.iip_ecosphere.platform.transportModifier and TypeClassDescriptionstatic classA JVM-based test server, i.e., a wrapping server process implemented through an own JVM process.Methods in test.de.iip_ecosphere.platform.transport that return AbstractTestServerModifier and TypeMethodDescriptionTestServerBuilder.build()TestServerBuilder.InstanceCreator.createInstance(String id, de.iip_ecosphere.platform.support.ServerAddress address, File installDir) Creates test server instances.static AbstractTestServerTestServerBuilder.fromPlugin(String pluginId, de.iip_ecosphere.platform.support.ServerAddress address) Creates a test server instance from the given plugin id via thePluginManagervia theTestServerBuilder.