MCPcopy Create free account
hub / github.com/UiPath/uipathcli / TestMainParsesBuiltInDefinitions

Function TestMainParsesBuiltInDefinitions

main_test.go:150–154  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

148}
149
150func TestMainParsesBuiltInDefinitions(t *testing.T) {
151 t.Run("du-framework", func(t *testing.T) { MainParsesBuiltInDefinitions(t, "du discovery", "projects") })
152 t.Run("orchestrator", func(t *testing.T) { MainParsesBuiltInDefinitions(t, "orchestrator users", "get-by-id") })
153 t.Run("orchestrator", func(t *testing.T) { MainParsesBuiltInDefinitions(t, "orchestrator", "assets") })
154}
155
156func MainParsesBuiltInDefinitions(t *testing.T, command string, expected string) {
157 definitionDir, _ := os.Getwd()

Callers

nothing calls this directly

Calls 2

RunMethod · 0.80

Tested by

no test coverage detected