Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ RequireSuccess
Method
RequireSuccess
cli/clitest/clitest.go:247–249 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
245
}
246
247
func
(w *ErrorWaiter) RequireSuccess() {
248
require.NoError(w.t, w.Wait())
249
}
250
251
func
(w *ErrorWaiter) RequireError() {
252
require.Error(w.t, w.Wait())
Callers
15
TestServer
Function · 0.80
TestCreate
Function · 0.80
TestTemplatePush
Function · 0.80
TestLogin
Function · 0.80
TestConfigSSH
Function · 0.80
TestFixOIDCLinks
Function · 0.80
TestTemplateVersionsArchive
Function · 0.80
TestOpenVSCode
Function · 0.80
TestOpenVSCode_NoAgentDirectory
Function · 0.80
TestOpenVSCodeDevContainer
Function · 0.80
TestOpenApp
Function · 0.80
TestSSH
Function · 0.80
Calls
1
Wait
Method · 0.95
Tested by
15
TestServer
Function · 0.64
TestCreate
Function · 0.64
TestTemplatePush
Function · 0.64
TestLogin
Function · 0.64
TestConfigSSH
Function · 0.64
TestFixOIDCLinks
Function · 0.64
TestTemplateVersionsArchive
Function · 0.64
TestOpenVSCode
Function · 0.64
TestOpenVSCode_NoAgentDirectory
Function · 0.64
TestOpenVSCodeDevContainer
Function · 0.64
TestOpenApp
Function · 0.64
TestSSH
Function · 0.64