MCPcopy
hub / github.com/httprunner/httprunner / TestDriver_Quit

Function TestDriver_Quit

hrp/pkg/uixt/android_test.go:56–65  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

54}
55
56func TestDriver_Quit(t *testing.T) {
57 driver, err := NewUIADriver(nil, uiaServerURL)
58 if err != nil {
59 t.Fatal(err)
60 }
61
62 if err = driver.DeleteSession(); err != nil {
63 t.Fatal(err)
64 }
65}
66
67func TestDriver_Status(t *testing.T) {
68 driver, err := NewUIADriver(nil, uiaServerURL)

Callers

nothing calls this directly

Calls 2

NewUIADriverFunction · 0.85
DeleteSessionMethod · 0.65

Tested by

no test coverage detected