Class ServerManagerTest
java.lang.Object
test.de.iip_ecosphere.platform.services.spring.ServerManagerTest
Tests
ServerManager and ArtifactResolver.- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests a server manager with Spring JAR and ZIP.private de.iip_ecosphere.platform.services.spring.ServerManagertestServerManager(File file, boolean forceAsProcess) Tests a server manager withjarFile.
-
Constructor Details
-
ServerManagerTest
public ServerManagerTest()
-
-
Method Details
-
testServerManager
Tests a server manager with Spring JAR and ZIP.- Throws:
ExecutionException- shall not occur
-
testServerManager
private de.iip_ecosphere.platform.services.spring.ServerManager testServerManager(File file, boolean forceAsProcess) throws ExecutionException Tests a server manager withjarFile.- Parameters:
file- the artifact file to useforceAsProcess- force starting servers as own JVM processes- Returns:
- the created server manager
- Throws:
ExecutionException- shall not occur
-