Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/netwerk/test/unit/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 785 B image not shown  

Quelle  test_gre_resources.js   Sprache: JAVA

 
// test that things that are expected to be in gre-resources are still there

"use strict";

function wrapInputStream(input) {
  var nsIScriptableInputStream = Ci.nsIScriptableInputStream;
  var factory = Cc["@mozilla.org/scriptableinputstream;1"];
  var wrapper = factory.createInstance(nsIScriptableInputStream);
  wrapper.init(input);
  return wrapper;
}

function check_file(file) {
  var channel = NetUtil.newChannel({
    uri: "resource://gre-resources/" + file,
    loadUsingSystemPrincipal: true,
  });
  try {
    let instr = wrapInputStream(channel.open());
    Assert.ok(!!instr.read(1024).length);
  } catch (e) {
    do_throw("Failed to read " + file + " from gre-resources:" + e);
  }
}

function run_test() {
  for (let file of ["ua.css"]) {
    check_file(file);
  }
}

Messung V0.5
C=94 H=97 G=95

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.