Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctopusDeploy/cli
/ Close
Method
Close
test/testutil/fakeoctopusserver.go:106–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
}
105
106
func
(m *MockHttpServer) Close() {
107
m.Closed = true
108
close(m.Request)
109
close(m.Response)
110
}
111
112
func
(m *MockHttpServer) GetPendingMessageCount() int {
113
return
int(m.pendingMsgCount)
Callers
15
TestDeployCreate_AutomationMode
Function · 0.95
TestReleaseCreate_AutomationMode
Function · 0.95
TestReleaseCreate_BuildPackageVersionBaseline
Function · 0.95
TestPackageVersions
Function · 0.95
TestPackageList
Function · 0.95
TestPackageUpload
Function · 0.95
TestDeprovisionEnvironment_Success
Function · 0.95
TestDeprovisionEnvironment_EnvironmentNotFound
Function · 0.95
TestDeprovisionEnvironment_MultipleEnvironmentsWithoutExactMatch
Function · 0.95
TestDeprovisionEnvironment_MultipleEnvironmentsWithExactMatch
Function · 0.95
TestDeprovisionEnvironment_CaseInsensitiveMatch
Function · 0.95
TestDeprovisionEnvironment_EmptyName
Function · 0.95
Calls
no outgoing calls
Tested by
15
TestDeployCreate_AutomationMode
Function · 0.76
TestReleaseCreate_AutomationMode
Function · 0.76
TestReleaseCreate_BuildPackageVersionBaseline
Function · 0.76
TestPackageVersions
Function · 0.76
TestPackageList
Function · 0.76
TestPackageUpload
Function · 0.76
TestDeprovisionEnvironment_Success
Function · 0.76
TestDeprovisionEnvironment_EnvironmentNotFound
Function · 0.76
TestDeprovisionEnvironment_MultipleEnvironmentsWithoutExactMatch
Function · 0.76
TestDeprovisionEnvironment_MultipleEnvironmentsWithExactMatch
Function · 0.76
TestDeprovisionEnvironment_CaseInsensitiveMatch
Function · 0.76
TestDeprovisionEnvironment_EmptyName
Function · 0.76