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

Method iDup

bind/java/SeqTest.java:522–524  ·  view source on GitHub ↗
(Interface i)

Source from the content-addressed store, hash-verified

520 assertTrue("java object passed through Go should not be wrapped", want == Testpkg.iDup(want));
521 InterfaceDupper idup = new InterfaceDupper(){
522 @Override public Interface iDup(Interface i) {
523 return i;
524 }
525 };
526 assertTrue("Go interface passed through Java should not be wrapped", Testpkg.callIDupper(idup));
527 ConcreteDupper cdup = new ConcreteDupper(){

Callers 1

testRoundtripEqualityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected