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

Class CustomPkgTest

bind/java/CustomPkgTest.java:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import org.golang.custompkg.testpkg.Testpkg;
10
11public class CustomPkgTest extends InstrumentationTestCase {
12 public void testHi() {
13 Testpkg.hi();
14 }
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected