See: Description
| Interface | Description |
|---|---|
| AbstractSerializingConnectorTest.ConnectorParameterConfigurer |
Allows to configure the connector parameters.
|
| MachineCommandInputTranslator.InputCustomizer |
Customizer of this input translator.
|
| MachineDataOutputTranslator.OutputCustomizer |
A plugin to this translator to customize the translator towards specific capabilities of the test/connector.
|
| Class | Description |
|---|---|
| AbstractInformationModelConnectorTest<D> |
Implements a re-usable information model connector test.
|
| AbstractSerializingConnectorTest |
Generic re-usable test for serializing connectors, i.e., internal
byte[] types. |
| AllTests |
Defines the tests to be executed.
|
| ConnectorEventUtilsTest |
Tests
ConnectorInputHandler. |
| ConnectorEventUtilsTest.MyInputHandler |
Test input handler.
|
| ConnectorParameterTest |
Tests
ConnectorParameter and the related builder. |
| ConnectorsAasTest |
Tests the connectors AAS.
|
| ConnectorsAasTest.Connector1<CO,CI> |
Implements a fake/mock connector with
MachineConnector. |
| ConnectorsAasTest.Connector1Descriptor |
A test descriptor.
|
| ConnectorsAasTest.Connector2<CO,CI> |
Implements a fake/mock connector without
MachineConnector. |
| ConnectorsAasTest.Connector2Descriptor |
A test descriptor.
|
| ConnectorsAasTest.DataIn1 |
Some input data.
|
| ConnectorsAasTest.DataIn2 |
Some input data.
|
| ConnectorsAasTest.DataOut1 |
Some output data.
|
| ConnectorsAasTest.DataOut2 |
Some output data.
|
| ConnectorTest |
Tests the defined classes through fake connectors.
|
| ConnectorTest.ModelInputTranslator |
Implements an input type translator for information-based tests.
|
| ConnectorTest.ModelOutputTranslator |
Implements an output type translator for information-based tests.
|
| ConnectorTest.MyStruct |
A simple struct for model-based connector tests.
|
| JsonInputParserTest |
Tests
JsonInputParser. |
| JsonOutputFormatterTest |
Tests
JsonOutputFormatter. |
| MachineCommand |
Some machine command for testing.
|
| MachineCommandInputTranslator<O> |
The machine command input translator for information-model based tests.
|
| MachineData |
Test class representing machine data from the information model.
|
| MachineDataOutputTranslator<S> |
The machine data output translator for information-model based tests.
|
| ModelDataType |
Mimiks some form of model data type wrapping primitive types.
|
| MyChannelConnector<CO,CI> |
Implements a testing connector.
|
| MyChannelConnector.Descriptor |
The descriptor of this connector (see META-INF/services).
|
| MyModelConnector<CO,CI> |
Implements a testing model connector.
|
| MyModelConnector.Descriptor |
The descriptor of this connector (see META-INF/services).
|
| TextLineFormatterTest |
Tests
TextLineFormatter functionality. |
| TextLineFormatterTest.CustomBaseFormatter |
A test formatter without encoding.
|
| TextLineFormatterTest.CustomExBaseFormatter |
A test formatter with encoding.
|
| TextLineParserTest |
Tests the
TextLineParser. |
| TextLineParserTest.CustomBaseParser |
A test parser without encoding.
|
| TextLineParserTest.CustomExBaseParser |
A test parser with encoding.
|
| Enum | Description |
|---|---|
| AbstractInformationModelConnectorTest.Step | |
| MyEnum |
A test enum with model ordinal.
|
Copyright © 2022. All rights reserved.