📄 readme
字号:
Unit Testing ------------This directory contains unit tests for various JavaGroups classes. TheJUnit framework [1] is used for this. The JUnit JAR file is shippedwith JavaGroups, so users don't have to download JUnitindividually. However, the latest version of JUnit can be found usingthe links below.To compile the files in this directory, a special makefile has beenset up, which includes the junit.jar file in its classpath. However,if a non-makefile based system is used (e.g. JBuilder), the junit.jarhas to be included in the classpath.To run the tests, execute ./runtests. Make sure it has the executablebit set (chmod +x runtests).[1] Junit: www.sourceforge.net/projects/junit, www.junit.org
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -