Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  test_substituting_protocol_handler.js

  Sprache: JAVA
 

"use strict";

add_task(async function test_case_insensitive_substitutions() {
  let resProto = Services.io
    .getProtocolHandler("resource")
    .QueryInterface(Ci.nsISubstitutingProtocolHandler);

  let uri = Services.io.newFileURI(do_get_file("data"));

  resProto.setSubstitution("FooBar", uri);
  resProto.setSubstitutionWithFlags("BarBaz", uri, 0);

  equal(
    resProto.resolveURI(Services.io.newURI("resource://foobar/")),
    uri.spec,
    "Got correct resolved URI for setSubstitution"
  );

  equal(
    resProto.resolveURI(Services.io.newURI("resource://foobar/")),
    uri.spec,
    "Got correct resolved URI for setSubstitutionWithFlags"
  );

  ok(
    resProto.hasSubstitution("foobar"),
    "hasSubstitution works with all-lower-case root"
  );
  ok(
    resProto.hasSubstitution("FooBar"),
    "hasSubstitution works with mixed-case root"
  );

  equal(
    resProto.getSubstitution("foobar").spec,
    uri.spec,
    "getSubstitution works with all-lower-case root"
  );
  equal(
    resProto.getSubstitution("FooBar").spec,
    uri.spec,
    "getSubstitution works with mixed-case root"
  );

  resProto.setSubstitution("foobar"null);
  resProto.setSubstitution("barbaz"null);

  Assert.throws(
    () => resProto.resolveURI(Services.io.newURI("resource://foobar/")),
    e => e.result == Cr.NS_ERROR_NOT_AVAILABLE,
    "Correctly unregistered case-insensitive substitution in setSubstitution"
  );
  Assert.throws(
    () => resProto.resolveURI(Services.io.newURI("resource://barbaz/")),
    e => e.result == Cr.NS_ERROR_NOT_AVAILABLE,
    "Correctly unregistered case-insensitive substitution in setSubstitutionWithFlags"
  );

  Assert.throws(
    () => resProto.getSubstitution("foobar"),
    e => e.result == Cr.NS_ERROR_NOT_AVAILABLE,
    "foobar substitution has been removed"
  );
});

Messung V0.5 in Prozent
C=94 H=34 G=70

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-06) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik