📄 package-info.java
字号:
/** * This package consists of classes of and used by test runners of MoMEUnit test * framework. It contains: * <ul> * <li> * <p> * {@link momeunit.runner.MIDletTestRunner} - a midlet that runs unit tests of * J2ME applications in emulator or mobile device. It shows the results of tests * run (progress bar, statistics, lists of failures or errors with detailed * messages) in one screen. The tests can be run automatically during start-up * (depends on configuration) and re executed more times later. It can print * descriptive messages of failures and errors thrown together with stack-trace * to the standard error output. It can also stop tests execution, when duration * of their run (measured from first test start) exceeds specified timeout. * See <a href="../../../momeunit-runner-guide.html">MIDletTestRunner Guide</a> * for more details. * </p> * <p> * <strong>Note:</strong> It is built upon <strong><a * href="http://momelib.sourceforge.net" target="_blank" >MoMELib</a></strong> library. This is * a J2ME library that offers possibilities to execute commands in separate from * AMS (Application Management Software) callback thread, issue commands * programmatically, associate key (game action) or sequence of keys and/or game * actions with command, use any complimentary argument with command and much * more. If you are interested, visit <a * href="http://momelib.sourceforge.net" target="_blank" >MoMELib Home Page</a> * </p> * </li> * <li> * <p> * {@link momeunit.runner.AntTestRunner} - Test runner that generates test * events to be processed by formatters of MoMEUnit Ant Integration package. * </p> * <p> * <strong>Note:</strong> It is built upon <strong><a * href="http://momelib.sourceforge.net" target="_blank" >MoMELib</a></strong> library. This is * a J2ME library that offers possibilities to execute commands in separate from * AMS (Application Management Software) callback thread, issue commands * programmatically, associate key (game action) or sequence of keys and/or game * actions with command, use any complimentary argument with command and much * more. If you are interested, visit <a * href="http://momelib.sourceforge.net" target="_blank" >MoMELib Home Page</a> * </p> * </li> * </ul> * * @author Sergio Morozov * @version 1.1.2 */package momeunit.runner;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -