Greasy Fork is available in English.

NH_xunit

xUnit style testing.

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.greasyfork.org/scripts/478188/1332408/NH_xunit.js

作者
Mike Castle (Nexus)
版本
53
建立日期
2023-10-25
更新日期
2024-02-23
授權條款
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.