readme
来自「JGRoups源码」· 代码 · 共 26 行
TXT
26 行
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 + =
减小字号Ctrl + -
显示快捷键?