Searched defs:Test (Results 1 – 3 of 3) sorted by relevance
35 type Test struct { struct36 name string37 args []string38 before func() error40 results TestResults49 func (t *Test) Run(logsDir string) {
262 Test(string) bool methodSpec270 func (m *equalMatcher) Test(value string) bool { func281 func (m *anyMatcher) Test(value string) bool { func295 func (m *startsWithMatcher) Test(value string) bool { func307 func (m *regexMatcher) Test(value string) bool { func319 func (m *notInListMatcher) Test(value string) bool { func329 func (m *isSetMatcher) Test(value string) bool { func
753 type Test struct { struct754 Library756 testProperties testProperties758 testConfig android.Path759 extraTestConfigs android.Paths760 data android.Paths764 Test anonMember805 func (j *Test) GenerateAndroidBuildActions(ctx android.ModuleContext) {