# Functions
NewFakeAPI creates a new fake component API.
NewSearchControllerComponent creates a search controller component.
# 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.
Component contains all the information to create a component test.
FakeAPI contains all the information for a fake component API.
HealthCheckTest represents a test healthcheck struct that mimics the real healthcheck struct.