var systemNotification = getNotificationObject( "system", "{2bc883bf-2809-4432-b0f4-f54e10372764}"
);
var calendarNotification = getNotificationObject( "calendar", "{d8d11299-a58e-429b-9a9a-57c562982fbf}"
);
// helper function, comparing two notifications function compareNotification(notif1, notif2) { // retrieved notification should be the second one sent for (let prop in notif1) { // compare each property Assert.equal(notif1[prop], notif2[prop], `${prop} should be equal`);
}
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet am 2026-08-26)
¤
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.