MCPcopy Create free account
hub / github.com/golang/mobile / TestJavaSeqTest

Function TestJavaSeqTest

bind/java/seq_test.go:73–79  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

71}
72
73func TestJavaSeqTest(t *testing.T) {
74 runTest(t, []string{
75 "golang.org/x/mobile/bind/testdata/testpkg",
76 "golang.org/x/mobile/bind/testdata/testpkg/secondpkg",
77 "golang.org/x/mobile/bind/testdata/testpkg/simplepkg",
78 }, "", "SeqTest")
79}
80
81// TestJavaSeqBench runs java test SeqBench.java, with the same
82// environment requirements as TestJavaSeqTest.

Callers

nothing calls this directly

Calls 1

runTestFunction · 0.70

Tested by

no test coverage detected