Class AasPartRegistryTest
java.lang.Object
test.de.iip_ecosphere.platform.support.iip_aas.AasPartRegistryTest
public class AasPartRegistryTest extends Object
Tests
AasPartRegistry. Do not rename, this class is referenced in META-INF/services.- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAasPartRegistryTest.Contributor1A first contributor, mapped in viaMETA-INF/services.static classAasPartRegistryTest.Contributor2A second contributor with own AAS, mapped in viaMETA-INF/services. -
Field Summary
Fields Modifier and Type Field Description private static StringNAME_MY_AAS -
Constructor Summary
Constructors Constructor Description AasPartRegistryTest() -
Method Summary
Modifier and Type Method Description voidtestGet()Tests theAasPartRegistry.getAas(List, String)helper method.voidtestPartRegistry()Tests the part registry.
-
Field Details
-
NAME_MY_AAS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
AasPartRegistryTest
public AasPartRegistryTest()
-
-
Method Details
-
testPartRegistry
public void testPartRegistry()Tests the part registry. -
testGet
public void testGet()Tests theAasPartRegistry.getAas(List, String)helper method.
-