Documentation
¶
Index ¶
- Constants
- func InteropSystemTest(t BasicT, f InteropSystemTestFunc, validators ...PreconditionValidator)
- func SystemTest(t BasicT, f SystemTestFunc, validators ...PreconditionValidator)
- type BasicT
- type InteropSystemTestFunc
- type PreconditionError
- type PreconditionValidator
- type SystemTestFunc
- type T
Constants ¶
View Source
const (
EnvVarExpectPreconditionsMet = "DEVNET_EXPECT_PRECONDITIONS_MET"
)
Variables ¶
This section is empty.
Functions ¶
func InteropSystemTest ¶
func InteropSystemTest(t BasicT, f InteropSystemTestFunc, validators ...PreconditionValidator)
InteropSystemTest delegates to the default helper
func SystemTest ¶
func SystemTest(t BasicT, f SystemTestFunc, validators ...PreconditionValidator)
SystemTest delegates to the default helper
Types ¶
type InteropSystemTestFunc ¶
type InteropSystemTestFunc func(t T, sys system.InteropSystem)
type PreconditionError ¶
type PreconditionError struct {
// contains filtered or unexported fields
}
PreconditionError represents an error that occurs when a test precondition is not met
func (*PreconditionError) Error ¶
func (e *PreconditionError) Error() string
func (*PreconditionError) Unwrap ¶
func (e *PreconditionError) Unwrap() error
type PreconditionValidator ¶
type SystemTestFunc ¶
Click to show internal directories.
Click to hide internal directories.