Greasy Fork is available in English.

NH_xunit

xUnit style testing.

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @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.