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

Method testPointerToStructAsField

bind/java/SeqTest.java:408–414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406 }
407
408 public void testPointerToStructAsField() {
409 Node a = Testpkg.newNode("A");
410 Node b = Testpkg.newNode("B");
411 a.setNext(b);
412 String got = a.string();
413 assertEquals("want Node A points to Node B", "A:B:<end>", got);
414 }
415
416 public void testImplementsInterface() {
417 Interface intf = Testpkg.newConcrete();

Callers

nothing calls this directly

Calls 1

stringMethod · 0.45

Tested by

no test coverage detected