Sha256: a0b5e8c54f87674f312b9149cad3be09174f5e4e52af1578244aab572efe9c6b

Contents?: true

Size: 297 Bytes

Versions: 7

Compression:

Stored size: 297 Bytes

Contents

XULTestCase.create("XPCBuiltins Test", function(setup, teardown, test) {

  test("constructor for nsILocalFile should return an nsILocalFile QI'd object", function() {
    var localFile = new XPCBuiltins.nsILocalFile("/");
    this.assertMatch(/nsILocalFile/, localFile.toString());
  });
    
});

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
xpcomcore-rubygem-0.6.2 xpcomcore/test/xpc_builtins_test.js
xpcomcore-rubygem-0.6.0 xpcomcore/test/xpc_builtins_test.js
xpcomcore-rubygem-0.5.3 xpcomcore/test/xpc_builtins_test.js
xpcomcore-rubygem-0.5.2 xpcomcore/test/xpc_builtins_test.js
xpcomcore-rubygem-0.5.1 xpcomcore/test/xpc_builtins_test.js
xpcomcore-rubygem-0.5.0 xpcomcore/test/xpc_builtins_test.js
xpcomcore-rubygem-0.3.2 xpcomcore/test/xpc_builtins_test.js