Documentation
¶
Overview ¶
templ: version: v0.3.924
templ: version: v0.3.924
Index ¶
- Variables
- func Button(id string, handler func(context.Context) bool) templ.Component
- func Click(t *testing.T, page *rod.Page, selector string)
- func ClickNow(t *testing.T, page *rod.Page, selector string)
- func Count(page *rod.Page, s string) int
- func Document[P any](p page[P], b doors.SourceBeam[P]) templ.Component
- func Float(f float64) string
- func GetContent(t *testing.T, page *rod.Page, selector string) string
- func GetReportContent(t *testing.T, page *rod.Page, id int) string
- func Marker(id string) templ.Component
- func Report(value string) templ.Component
- func ReportId(id int, value string) templ.Component
- func TestAttr(t *testing.T, page *rod.Page, selector string, name string, value string)
- func TestAttrNo(t *testing.T, page *rod.Page, selector string, name string)
- func TestAttrNot(t *testing.T, page *rod.Page, selector string, name string, value string)
- func TestClass(t *testing.T, page *rod.Page, selector string, className string)
- func TestClassNot(t *testing.T, page *rod.Page, selector string, className string)
- func TestContent(t *testing.T, page *rod.Page, selector string, content string)
- func TestDeselect(t *testing.T, page *rod.Page, selector string, options []string)
- func TestInput(t *testing.T, page *rod.Page, selector string, value string)
- func TestInputColor(t *testing.T, page *rod.Page, selector string, color string)
- func TestInputTime(t *testing.T, page *rod.Page, selector string, now time.Time)
- func TestMust(t *testing.T, page *rod.Page, selector string)
- func TestMustNot(t *testing.T, page *rod.Page, selector string)
- func TestReport(t *testing.T, page *rod.Page, content string)
- func TestReportId(t *testing.T, page *rod.Page, id int, content string)
- func TestSelect(t *testing.T, page *rod.Page, selector string, options []string)
- func TestType(t *testing.T, page *rod.Page, selector string, keys []input.Key)
- func Text(s string) templ.Component
- type Bro
- type Fragment
- type NoBeam
- type Page
- type Path
- type RandFile
- type Reporter
Constants ¶
This section is empty.
Variables ¶
View Source
var Host string
Functions ¶
func TestAttrNot ¶
func TestClassNot ¶
func TestDeselect ¶
func TestInputColor ¶
func TestInputTime ¶
Types ¶
type RandFile ¶
func NewRandFile ¶
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
func NewReporter ¶
Click to show internal directories.
Click to hide internal directories.