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

Function TestCustomPkg

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

Source from the content-addressed store, hash-verified

65}
66
67func TestCustomPkg(t *testing.T) {
68 runTest(t, []string{
69 "golang.org/x/mobile/bind/testdata/testpkg",
70 }, "org.golang.custompkg", "CustomPkgTest")
71}
72
73func TestJavaSeqTest(t *testing.T) {
74 runTest(t, []string{

Callers

nothing calls this directly

Calls 1

runTestFunction · 0.70

Tested by

no test coverage detected