# Functions

ExpectError expects an error happens, otherwise an exception raises.
ExpectNoError checks if "err" is set, and if so, fails assertion while logging the error.
Logf logs the info.
NewDefaultFramework creates a new Test Framework with default options (like RootPath).
NewFramework creates a new Test Framework with CRDs.
RandomAlphabaticalString generates a random alphabatical string of given length.
RandomStringWithCharset generates a random string of given length from the given charset.

# Variables

RunID is a unique identifier of the integration run.

# Structs

Framework supports common operations used by e2e tests; it will keep a client & a namespace for you.
Options describe configuration for test framework.