# Functions
NewFakeAPI creates a new fake component API.
No description provided by the author
# Constants
kafka group name for the component test consumer.
maximum number of messages that will be drained from a topic.
maximum time to wait for a topic to be drained.
maximum time that the component test consumer will wait for a kafka event.
# Structs
Check represents a health status of a registered app that mimics the real check struct As the component test needs to access fields that are not exported in the real struct.
FakeAPI contains all the information for a fake component API.
HealthCheckTest represents a test healthcheck struct that mimics the real healthcheck struct.
No description provided by the author