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

Function NewCrossPlatformProject

test/project_builder.go:86–94  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

84}
85
86func NewCrossPlatformProject(t *testing.T) *ProjectBuilder {
87 return &ProjectBuilder{
88 t,
89 "MyProcess",
90 "9011ee47-8dd4-4726-8850-299bd6ef057c",
91 "Portable",
92 "",
93 }
94}
95
96func NewWindowsProject(t *testing.T) *ProjectBuilder {
97 return &ProjectBuilder{

Calls

no outgoing calls