Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CliTests ¶
func CliTests(binary string, options ...CliTestOption)
CliTests describes TDL conformace tests for binary runners. The provided binary must exist and be executable. Args can be provided if the codegen functionality is provided by a subcommand. CliTests MUST be called within the Ginkgo test construction phase.
Types ¶
type CliTestOption ¶
type CliTestOption func(*CliTestOptions)
func WithArgs ¶
func WithArgs(args ...string) CliTestOption
func WithIOTests ¶
func WithIOTests(tests ...*testing.Test) CliTestOption
type CliTestOptions ¶
type CliTestOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.