Uses of Class
test.de.iip_ecosphere.platform.transport.Product
Packages that use Product
Package
Description
Tests for the platform transport connectors.
-
Uses of Product in test.de.iip_ecosphere.platform.transport
Fields in test.de.iip_ecosphere.platform.transport declared as ProductMethods in test.de.iip_ecosphere.platform.transport that return ProductModifier and TypeMethodDescriptionProductJsonSerializer.from(byte[] data) ProductProtobufSerializer.from(byte[] data) Methods in test.de.iip_ecosphere.platform.transport that return types with arguments of type ProductModifier and TypeMethodDescriptionProductJsonSerializer.getType()ProductProtobufSerializer.getType()Methods in test.de.iip_ecosphere.platform.transport with parameters of type ProductModifier and TypeMethodDescriptionprivate static voidAbstractTransportConnectorTest.assertProduct(Product expected, AbstractTransportConnectorTest.Callback received) Asserts thatexpectedand the received value incallbackcontain the same values.voidbyte[]byte[]Method parameters in test.de.iip_ecosphere.platform.transport with type arguments of type ProductModifier and TypeMethodDescriptionstatic voidAbstractTransportConnectorTest.doTest(de.iip_ecosphere.platform.support.ServerAddress addr, Class<? extends de.iip_ecosphere.platform.transport.serialization.Serializer<Product>> serializerType) Implements the test using theTransportFactory.static voidAbstractTransportConnectorTest.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 theTransportFactory.