# Functions

Call declares a function for mocking method calls on a single mock client.
DescribePaths computes all permutations for the given nodes and returns a slice of strings describing each permutation.
NewControllerSuite creates a test suite for a controller.
NewSuite creates a test suite using Go's standard testing library.
Once declares a function that runs one time when executing all test paths.
OneOf declares multiple nodes that fork out into unique test paths.
Path declares a sequence of nodes belonging to the same test path.
Result terminates a test path with a function that tests the effects of mocked method calls.

# Structs

Mock holds configuration for a single test path.