MCPcopy
hub / github.com/httprunner/httprunner / Test_remoteWD_DeleteSession

Function Test_remoteWD_DeleteSession

hrp/pkg/uixt/ios_test.go:82–89  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

80}
81
82func Test_remoteWD_DeleteSession(t *testing.T) {
83 setup(t)
84
85 err := driver.DeleteSession()
86 if err != nil {
87 t.Fatal(err)
88 }
89}
90
91func Test_remoteWD_HealthCheck(t *testing.T) {
92 setup(t)

Callers

nothing calls this directly

Calls 2

setupFunction · 0.85
DeleteSessionMethod · 0.65

Tested by

no test coverage detected