Documentation
¶
Index ¶
- 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 SystemAcquirer
- type SystemTestFunc
- type T
Constants ¶
This section is empty.
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 SystemAcquirer ¶ added in v1.11.1
SystemAcquirer attempts to create a System instance. Returns (nil, nil) to indicate this acquirer should be skipped (e.g., when prerequisites are not met). Any other result indicates this acquirer was selected and its result (success or failure) should be used.
type SystemTestFunc ¶
Click to show internal directories.
Click to hide internal directories.