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

Function TestClasses

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

Source from the content-addressed store, hash-verified

56}
57
58func TestClasses(t *testing.T) {
59 if !java.IsAvailable() {
60 t.Skipf("java importer is not available")
61 }
62 runTest(t, []string{
63 "golang.org/x/mobile/bind/testdata/testpkg/javapkg",
64 }, "", "ClassesTest")
65}
66
67func TestCustomPkg(t *testing.T) {
68 runTest(t, []string{

Callers

nothing calls this directly

Calls 2

IsAvailableFunction · 0.92
runTestFunction · 0.70

Tested by

no test coverage detected