import "golang.org/x/mobile/app/internal/apptest"
        
Package apptest provides utilities for testing an app.
It is extremely incomplete, hence it being internal. For starters, it should support iOS.
const Port = "12533"Port is the TCP port used to communicate with the test app.
TODO(crawshaw): find a way to make this configurable. adb am extras?
type Comm struct {
    Conn   net.Conn
    Fatalf func(format string, args ...interface{})
    Printf func(format string, args ...interface{})
    // contains filtered or unexported fields
}Comm is a simple text-based communication protocol.
Assumes all sides are friendly and cooperative and that the communication is over at the first sign of trouble.
Package apptest imports 4 packages (graph) and is imported by 1 packages. Updated 6 days ago. Refresh now. Tools for package owners.