package
0.6.7
Repository: https://github.com/aenix-io/talm.git
Documentation: pkg.go.dev

# 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.

# Interfaces

Suite is a type which describes the suite type.
Suiter is like Suite but do not require Require() method.