MCPcopy
hub / github.com/httprunner/httprunner / TestDriver_Status

Function TestDriver_Status

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

Source from the content-addressed store, hash-verified

65}
66
67func TestDriver_Status(t *testing.T) {
68 driver, err := NewUIADriver(nil, uiaServerURL)
69 if err != nil {
70 t.Fatal(err)
71 }
72
73 _, err = driver.Status()
74 if err != nil {
75 t.Fatal(err)
76 }
77}
78
79func TestDriver_Screenshot(t *testing.T) {
80 driver, err := NewUIADriver(nil, uiaServerURL)

Callers

nothing calls this directly

Calls 2

NewUIADriverFunction · 0.85
StatusMethod · 0.65

Tested by

no test coverage detected