# Packages

Package handlers provides a variety of Test Handler implementations.
Package interactive provides common implementations of the expect.Expecter interface including oc, shell, and ssh.
Package mock_tnf is a generated GoMock package.

# Functions

NewTest creates a new Test given a chain of Handlers.

# Constants

ERROR represents an errored test.
FAILURE represents a failed test.
SUCCESS represents a successful test.

# Structs

Test runs a chain of Handlers.

# Interfaces

Tester provides the interface for a Test.