| Package | Description |
|---|---|
| test.de.iip_ecosphere.platform.transport |
Tests for the platform transport connectors.
|
| Modifier and Type | Field and Description |
|---|---|
private Product |
AbstractTransportConnectorTest.Callback.data |
| Modifier and Type | Method and Description |
|---|---|
Product |
ProductProtobufSerializer.clone(Product origin) |
Product |
ProductJsonSerializer.clone(Product origin) |
Product |
ProductProtobufSerializer.from(byte[] data) |
Product |
ProductJsonSerializer.from(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
Class<Product> |
ProductProtobufSerializer.getType() |
Class<Product> |
ProductJsonSerializer.getType() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
AbstractTransportConnectorTest.assertProduct(Product expected,
AbstractTransportConnectorTest.Callback received)
Asserts that
expected and the received value in callback
contain the same values. |
Product |
ProductProtobufSerializer.clone(Product origin) |
Product |
ProductJsonSerializer.clone(Product origin) |
void |
AbstractTransportConnectorTest.Callback.received(Product data) |
byte[] |
ProductProtobufSerializer.to(Product value) |
byte[] |
ProductJsonSerializer.to(Product value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractTransportConnectorTest.doTest(de.iip_ecosphere.platform.support.ServerAddress addr,
Class<? extends de.iip_ecosphere.platform.transport.serialization.Serializer<Product>> serializerType)
Implements the test using the
TransportFactory. |
static void |
AbstractTransportConnectorTest.doTest(de.iip_ecosphere.platform.support.ServerAddress addr,
Class<? extends de.iip_ecosphere.platform.transport.serialization.Serializer<Product>> serializerType,
AbstractTransportConnectorTest.TransportParameterConfigurer configurer)
Implements the test using the
TransportFactory. |
Copyright © 2022. All rights reserved.