Documentation
¶
Index ¶
- func AssertOutput(t *testing.T, expected, actual interface{})
- func ExecuteCommand(root *cobra.Command, args ...string) (string, error)
- func ExecuteCommandC(c *cobra.Command, args ...string) (*cobra.Command, string, error)
- func SeedTestData(t *testing.T, d test.Data) (test.Clients, test.Informers)
- type Params
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertOutput ¶
func ExecuteCommand ¶
ExecuteCommand executes the root command passing the args and returns the output as a string and error
func ExecuteCommandC ¶
ExecuteCommandC executes the root command passing the args and returns the root command, output as a string and error if any
Types ¶
Click to show internal directories.
Click to hide internal directories.