MCPcopy Create free account
hub / github.com/NativeScript/android / getTestObject

Function getTestObject

test-app/app/src/main/assets/app/tests/testGC.js:294–302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292
293 it("should properly reintroduce Java object back in a callback", function () {
294 function getTestObject() {
295 return new com.tns.tests.BadEqualsTest(
296 new com.tns.tests.BadEqualsTest.BadEqualsObject(),
297 new com.tns.tests.BadEqualsTest.Callback({
298 onFinish: function(o) {
299 __log(">>o=" + o.toString());
300 }
301 }));
302 }
303
304 var test = getTestObject();
305

Callers 1

testGC.jsFile · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected