Greasy Fork is available in English.

NH_xunit

xUnit style testing.

Tento skript by nemal byť nainštalovaný priamo. Je to knižnica pre ďalšie skripty, ktorú by mali používať cez meta príkaz // @require https://update.greasyfork.org/scripts/478188/1332408/NH_xunit.js

Autor
Mike Castle (Nexus)
Verzia
53
Vytvorené
25.10.2023
Aktualizované
23.02.2024
Licencia
GPL-3.0-or-later

lib/xunit - A NexusHoratio library.

Pure JavaScript xUnit style test framework.

Exported properties (as of version 51)

  • version - Bumped per release.
  • testing - Object for testing support.
  • TestCase - An xUnit style test framework.
  • runTests - Run registered TestCases.

More details are in xunit.js as JSDoc.