mirror of
https://github.com/netbirdio/gomobile-tvos-fork.git
synced 2026-05-22 18:43:29 -07:00
mobile/bind: add integration test for CL 19417
Change-Id: I6a2cab4ca9b5bd61db51d08966da19fdfb07c344 Reviewed-on: https://go-review.googlesource.com/19463 Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
committed by
David Crawshaw
parent
d1c2f486a3
commit
060f2570e9
@@ -374,6 +374,10 @@ public class SeqTest extends AndroidTestCase {
|
||||
assertEquals("want Node A points to Node B", "A:B:<end>", got);
|
||||
}
|
||||
|
||||
public void testImplementsInterface() {
|
||||
Testpkg.Interface intf = Testpkg.NewConcrete();
|
||||
}
|
||||
|
||||
public void testErrorField() {
|
||||
final String want = "an error message";
|
||||
Testpkg.Node n = Testpkg.NewNode("ErrTest");
|
||||
|
||||
Reference in New Issue
Block a user