let { profile, didCreate } = selectStartupProfile();
checkStartupReason("default");
let service = getProfileService();
checkProfileService(profileData);
Assert.ok(!didCreate, "Should not have created a new profile."); Assert.equal(
profile,
service.defaultProfile, "Should have returned the default profile."
); Assert.equal(
profile.name, "default", "Should have selected the right profile"
);
});
Messung V0.5
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet)
¤
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.