public class TestAASBundleHelper extends Object
| Constructor and Description |
|---|
TestAASBundleHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
testIntegrationOfExistingAASAndNonexistingSM()
This test loads an AAS into the Aggregator,
runs the integration with the AAS and a SM,
checks if both is present in Aggregator afterwards.
|
void |
testIntegrationOfExistingAASAndSM()
This test loads an AAS and its two Submodels into the Aggregator,
runs the integration with AAS and Submodels with the same IDs, but different content,
checks if integration does NOT replace the models in the Aggregator.
|
void |
testIntegrationOfNonexistingAASAndSM()
This test loads nothing into the Aggregator,
runs the integration with the AAS and a SM,
checks if both is present in Aggregator afterwards.
|
void |
testIntegrationOfNonexistingAASAndSMWithRegistry()
This test loads nothing into the Aggregator,
runs the integration with the AAS and a SM,
checks if both is present in Aggregator afterwards.
|
public void init()
public void testIntegrationOfExistingAASAndSM()
public void testIntegrationOfExistingAASAndNonexistingSM()
public void testIntegrationOfNonexistingAASAndSM()
public void testIntegrationOfNonexistingAASAndSMWithRegistry()
Copyright © 2021. All rights reserved.