All Classes and Interfaces
Classes
Class
Description
MockProcessorContext
is a mock of ProcessorContext
for users to test their Processor
implementations.Deprecated.
Since 4.0.
MockProcessorContext.CapturedPunctuator
holds captured punctuators, along with their scheduling information.MockProcessorContext.CapturedPunctuator
holds captured punctuators, along with their scheduling information.TestInputTopic
is used to pipe records to topic in TopologyTestDriver
.TestOutputTopic
is used to read records from a topic in TopologyTestDriver
.A key/value pair, including timestamp and record headers, to be sent to or received from
TopologyTestDriver
.This class makes it easier to write tests to verify the behavior of topologies created with
Topology
or
StreamsBuilder
.