Versions in this module Expand all Collapse all v0 v0.0.0 Jan 24, 2025 Changes in this version + func WriteTestApp(port string) error + type Hardware struct + func (h *Hardware) Close() error + func (h *Hardware) EnvPort() (string, error) + func (h *Hardware) Execute(bin []byte, t *testing.T) (string, error) + func (h *Hardware) OpenPort(path string, timeout time.Duration) error + func (h *Hardware) OpenPortFromEnv(timeout time.Duration) error + func (h *Hardware) PortSet() bool + func (h *Hardware) SetTimeout(timeout time.Duration) error