Class ServiceTest
java.lang.Object
test.de.iip_ecosphere.platform.services.environment.ServiceTest
Tests parts of the service interface.
- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests composing and splitting ids.voidTests part of the service interface.voidTestsServiceBase.validateApplicationInstanceId(String).
-
Constructor Details
-
ServiceTest
public ServiceTest()
-
-
Method Details
-
testService
public void testService()Tests part of the service interface. -
testComposedIds
public void testComposedIds()Tests composing and splitting ids. -
testValidateApplicationInstanceId
public void testValidateApplicationInstanceId()TestsServiceBase.validateApplicationInstanceId(String).
-