# Functions
AssertNoResource asserts that a resource no longer exists.
AssertResource asserts on a single resource.
AssertResources asserts on a resource list.
Get is a type safe wrapper around state.Get which uses the provided suite.
GetUsingResource is a type safe wrapper around state.StateGetResource which uses the provided suite.
UpdateWithConflicts is a type safe wrapper around state.UpdateWithConflicts which uses the provided suite.
WrapRetry wraps the function with assertions and requires to return retry-compatible errors.
# Structs
DefaultSuite is a base suite for controller testing.