MCPcopy Create free account
hub / github.com/apache/camel-k / kamelTestPostAddCommandInit

Function kamelTestPostAddCommandInit

pkg/cmd/root_test.go:32–37  ·  view source on GitHub ↗
(t *testing.T, rootCmd *cobra.Command, options *RootCmdOptions)

Source from the content-addressed store, hash-verified

30)
31
32func kamelTestPostAddCommandInit(t *testing.T, rootCmd *cobra.Command, options *RootCmdOptions) {
33 t.Helper()
34
35 err := kamelPostAddCommandInit(rootCmd, options.Flags)
36 require.NoError(t, err)
37}
38
39func kamelTestPreAddCommandInitWithClient(client client.Client) (*RootCmdOptions, *cobra.Command) {
40 options := RootCmdOptions{

Calls 1

kamelPostAddCommandInitFunction · 0.85

Tested by

no test coverage detected