# Packages

Package componentsuite provides a test-suite helper for running component tests.

# Functions

ChangeToBazelDir changes the CWD to a bazel directory if necessary.
ChangeToBazelDirWithoutWorkspace, like ChangeToBazelDir, changes the CWD to a bazel directory if necessary, but doesn't use the workspace path as part of the path building.
CheckErrorCases checks error cases for tests.
NewEmptyReaderWriter creates an empty FakeFileReaderWriter.

# Structs

FakeFileReaderWriter is a fake implementation of FileReaderWriter for unit tests.
FilePair is a helper for constructing a fake file reader.