Index
All Classes and Interfaces|All Packages
A
- AbstractMockingTest - Class in test.de.iip_ecosphere.platform.transport.spring
-
Abstract test class, which mocks certain spring cloud steam beans so that
BinderFixcan be instantiated. - AbstractMockingTest() - Constructor for class test.de.iip_ecosphere.platform.transport.spring.AbstractMockingTest
- AllTests - Class in test.de.iip_ecosphere.platform.transport.spring
-
Defines the tests to be executed.
- AllTests() - Constructor for class test.de.iip_ecosphere.platform.transport.spring.AllTests
- asyncSend(String, Object) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector1
- asyncSend(String, Object) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector2
B
- BasicConfigurationTest - Class in test.de.iip_ecosphere.platform.transport.spring
-
Tests the
BasicConfiguration. - BasicConfigurationTest() - Constructor for class test.de.iip_ecosphere.platform.transport.spring.BasicConfigurationTest
- BeanHelperTest - Class in test.de.iip_ecosphere.platform.transport.spring
-
Brings up a spring application doing nothing rather than testing the
BeanHelper. - BeanHelperTest() - Constructor for class test.de.iip_ecosphere.platform.transport.spring.BeanHelperTest
C
- clone(String) - Method in class test.de.iip_ecosphere.platform.transport.spring.StringSerializer
- cloneCount - Static variable in class test.de.iip_ecosphere.platform.transport.spring.TestCounters
- composeStreamName(String, String) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector1
- composeStreamName(String, String) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector2
- connect(TransportParameter) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector1
- connect(TransportParameter) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector2
- createBinderTypeRegistry() - Method in class test.de.iip_ecosphere.platform.transport.spring.AbstractMockingTest
-
Creates a default empty binder type registry.
- createBindingServiceProperties() - Method in class test.de.iip_ecosphere.platform.transport.spring.AbstractMockingTest
-
Creates a mocked binding service properties instance.
- createConversionService() - Method in class test.de.iip_ecosphere.platform.transport.spring.AbstractMockingTest
-
Creates a default conversion service.
- ctx - Variable in class test.de.iip_ecosphere.platform.transport.spring.BeanHelperTest
- customMessageConverter() - Method in class test.de.iip_ecosphere.platform.transport.spring.StreamTest.MyProcessor
-
Creates a custom message converter.
D
- detachReceptionCallback(String, ReceptionCallback<?>) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector1
- detachReceptionCallback(String, ReceptionCallback<?>) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector2
- disconnect() - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector1
- disconnect() - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector2
E
- enabledEncryption() - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector1
- enabledEncryption() - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector2
F
- FakeTransportConnector1 - Class in test.de.iip_ecosphere.platform.transport.spring
-
Just for testing the Spring configuration.
- FakeTransportConnector1() - Constructor for class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector1
- FakeTransportConnector2 - Class in test.de.iip_ecosphere.platform.transport.spring
-
Just for testing the Spring configuration.
- FakeTransportConnector2() - Constructor for class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector2
- from(byte[]) - Method in class test.de.iip_ecosphere.platform.transport.spring.StringSerializer
- fromCount - Static variable in class test.de.iip_ecosphere.platform.transport.spring.TestCounters
G
- getCloneCount() - Static method in class test.de.iip_ecosphere.platform.transport.spring.TestCounters
-
Returns the copy-counter value.
- getFromCount() - Static method in class test.de.iip_ecosphere.platform.transport.spring.TestCounters
-
Returns the from-counter value.
- getName() - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector1
- getName() - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector2
- getToCount() - Static method in class test.de.iip_ecosphere.platform.transport.spring.TestCounters
-
Returns the to-counter value.
- getType() - Method in class test.de.iip_ecosphere.platform.transport.spring.StringSerializer
I
- increaseClone() - Static method in class test.de.iip_ecosphere.platform.transport.spring.TestCounters
-
Increases the clone-counter (related to the
clone-methodof the serializers. - increaseFrom() - Static method in class test.de.iip_ecosphere.platform.transport.spring.TestCounters
-
Increases the from-counter (related to the
from-methodof the serializers. - increaseTo() - Static method in class test.de.iip_ecosphere.platform.transport.spring.TestCounters
-
Increases the to-counter (related to the
to-methodof the serializers.
M
- MyProcessor() - Constructor for class test.de.iip_ecosphere.platform.transport.spring.StreamTest.MyProcessor
R
- reset() - Static method in class test.de.iip_ecosphere.platform.transport.spring.TestCounters
-
Resets all counters.
S
- SerializerTest - Class in test.de.iip_ecosphere.platform.transport.spring
-
Brings up a spring application doing nothing rather than testing the automatic registration of serializers during startup.
- SerializerTest() - Constructor for class test.de.iip_ecosphere.platform.transport.spring.SerializerTest
- setReceptionCallback(String, ReceptionCallback<?>) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector1
- setReceptionCallback(String, ReceptionCallback<?>) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector2
- setSerializerProvider(SerializerRegistry.SerializerProvider) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector1
- setSerializerProvider(SerializerRegistry.SerializerProvider) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector2
- StreamTest - Class in test.de.iip_ecosphere.platform.transport.spring
-
Brings up a spring cloud stream that uses the string serializer.
- StreamTest() - Constructor for class test.de.iip_ecosphere.platform.transport.spring.StreamTest
- StreamTest.MyProcessor - Class in test.de.iip_ecosphere.platform.transport.spring
-
A simple processor class.
- StringSerializer - Class in test.de.iip_ecosphere.platform.transport.spring
-
A test string serializers which counts the calls in
TestCounters. - StringSerializer() - Constructor for class test.de.iip_ecosphere.platform.transport.spring.StringSerializer
- supportedEncryption() - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector1
- supportedEncryption() - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector2
- syncSend(String, Object) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector1
- syncSend(String, Object) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector2
T
- test.de.iip_ecosphere.platform.transport.spring - package test.de.iip_ecosphere.platform.transport.spring
-
Self-contained tests for the Spring basic classes.
- testBasicConfiguration() - Method in class test.de.iip_ecosphere.platform.transport.spring.BasicConfigurationTest
-
Simple getter/setter test.
- testBeanHelper() - Method in class test.de.iip_ecosphere.platform.transport.spring.BeanHelperTest
-
Tests the transport parameter bean helper.
- TestCounters - Class in test.de.iip_ecosphere.platform.transport.spring
-
A test helper class to count statistics for a serializer.
- TestCounters() - Constructor for class test.de.iip_ecosphere.platform.transport.spring.TestCounters
- testSerializer() - Method in class test.de.iip_ecosphere.platform.transport.spring.SerializerTest
-
Tests the automatic registration of serializes via the given configuration and the startup application listener.
- testStream() - Method in class test.de.iip_ecosphere.platform.transport.spring.StreamTest
-
Tests the stream application.
- testTransportFactoryConfiguration() - Method in class test.de.iip_ecosphere.platform.transport.spring.TransportFactoryConfigurationTest
-
Tests the automatic configuration of the transport factory.
- to(String) - Method in class test.de.iip_ecosphere.platform.transport.spring.StringSerializer
- toCount - Static variable in class test.de.iip_ecosphere.platform.transport.spring.TestCounters
- transform() - Method in class test.de.iip_ecosphere.platform.transport.spring.StreamTest.MyProcessor
-
Transforms the received input.
- TransportFactoryConfigurationTest - Class in test.de.iip_ecosphere.platform.transport.spring
-
Brings up a spring application doing nothing rather than testing the automatic configuration of the transport factory.
- TransportFactoryConfigurationTest() - Constructor for class test.de.iip_ecosphere.platform.transport.spring.TransportFactoryConfigurationTest
U
- unsubscribe(String, boolean) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector1
- unsubscribe(String, boolean) - Method in class test.de.iip_ecosphere.platform.transport.spring.FakeTransportConnector2
All Classes and Interfaces|All Packages