Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoMain ¶
DoMain runs M with the pre- and post-processing of tests, to setup the default global orchestrator and global logger. This will os.Exit(code) and not return.
func NewSimpleInterop ¶
func NewSimpleInterop(dest *TestSetup[*SimpleInterop]) stack.Option
func Orchestrator ¶
func Orchestrator() stack.Orchestrator
Orchestrator returns the globally configured orchestrator.
Add a TestMain to your test package init the orchestrator:
func TestMain(m *testing.M) {
presets.DoMain(m)
}
Types ¶
type SimpleInterop ¶
Click to show internal directories.
Click to hide internal directories.