Home
last modified time | relevance | path

Searched defs:InternalTest (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/testdata/
Dtesting.go209 type InternalTest struct { struct
210 Name string
211 F func(*T)
214 func tRunner(t *T, test *InternalTest) {
231 func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []Inter…
259 func RunTests(matchString func(pat, str string) (bool, error), tests []InternalTest) (ok bool) {
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/
Dtesting.go1533 type InternalTest struct { struct
1534 Name string
1535 F func(*T)
1868 func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []Inter…
1915 func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []I…
2097 func listTests(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []…
2127 func RunTests(matchString func(pat, str string) (bool, error), tests []InternalTest) (ok bool) {
2139 func runTests(matchString func(pat, str string) (bool, error), tests []InternalTest, deadline time.…
/aosp_15_r20/external/bazelbuild-kotlin-rules/tests/jvm/java/internal/
H A DInternalTest.kt25 class InternalTest { class