Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ NewTestCase
Function
NewTestCase
utils/api/test_case.go:9–11 ·
view source on GitHub ↗
(id int, name string, packageIdentifier string)
Source
from the content-addressed store, hash-verified
7
}
8
9
func
NewTestCase(id int, name string, packageIdentifier string) *TestCase {
10
return
&TestCase{id, name, packageIdentifier}
11
}
Callers
3
findTestCase
Method · 0.92
findTestCase
Method · 0.92
convertToTestSet
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected