| Class | Description |
|---|---|
| TestInputTopic<K,V> |
TestInputTopic is used to pipe records to topic in TopologyTestDriver. |
| TestOutputTopic<K,V> |
TestOutputTopic is used to read records from a topic in TopologyTestDriver. |
| TopologyTestDriver |
This class makes it easier to write tests to verify the behavior of topologies created with
Topology or
StreamsBuilder. |