📄 readme.txt
字号:
========================ecmaunit unit test suite========================This is an object oriented unit test suite library for JavaScript. It istested on Internet Explorer and Mozilla and should run on all browers withdecent JavaScript support.This package can just be placed somewhere on a filesystem or webserver andused directly by other JavaScripts. For an example (this should be enough to get you started) see 'testecmaunit.js' and 'testecmaunit.html' (which happen to be tests for the system as well, although they're a bit awkward for some of them are supposed to fail for the demo).EcmaUnit also supports running test from the command-line with aproper JavaScript interpreter. Spidermonkey of the Mozilla project hasproven to work. To run the ecmaunit tests from the command line usingthe spidermonkey interpreter js, simply issue the following command: $ js -f ecmaunit.js -f testecmaunit.js runtests.jsIf you have any questions, want to report bugs or have suggestions about howto improve the product, please send an email to Guido Wesdorp (guido@infrae.com).Thanks for using EcmaUnit!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -