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.