Home
last modified time | relevance | path

Searched refs:createTeamAccess (Results 1 – 4 of 4) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A Dteam_access_test.go25 taTest1, taTest1Cleanup := createTeamAccess(t, client, tmTest1, wTest, orgTest)
27 taTest2, taTest2Cleanup := createTeamAccess(t, client, tmTest2, wTest, orgTest)
153 _, taTestCleanup := createTeamAccess(t, client, tmTest, wTest, nil)
198 taTest, taTestCleanup := createTeamAccess(t, client, nil, nil, nil)
250 taTest, taTestCleanup := createTeamAccess(t, client, tmTest, wTest, nil)
277 taTest, _ := createTeamAccess(t, client, tmTest, nil, orgTest)
H A Dhelper_test.go796 func createTeamAccess(t *testing.T, client *Client, tm *Team, w *Workspace, org *Organization) (*Te… func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Dteam_access_test.go28 taTest1, taTest1Cleanup := createTeamAccess(t, client, tmTest1, wTest, orgTest)
30 taTest2, taTest2Cleanup := createTeamAccess(t, client, tmTest2, wTest, orgTest)
169 _, taTestCleanup := createTeamAccess(t, client, tmTest, wTest, nil)
223 taTest, taTestCleanup := createTeamAccess(t, client, tmTest, wTest, orgTest)
277 taTest, taTestCleanup := createTeamAccess(t, client, tmTest, wTest, orgTest)
306 taTest, _ := createTeamAccess(t, client, tmTest, nil, orgTest)
H A Dhelper_test.go778 func createTeamAccess(t *testing.T, client *Client, tm *Team, w *Workspace, org *Organization) (*Te… func