diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-06-26 16:52:11 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-06-26 16:52:11 +0000 |
commit | b3422202f7bdcd0451a359c09c35c0fdb209c552 (patch) | |
tree | 93f6b4ea24bcfa7b52adf2635bf3580f7a3e2700 /java/junit/pkg-descr | |
parent | 4a91730ecc2f4301438d50f35a9d17870807c9b9 (diff) |
Notes
Diffstat (limited to 'java/junit/pkg-descr')
-rw-r--r-- | java/junit/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/junit/pkg-descr b/java/junit/pkg-descr index 116c1f3ba68a..e0ba50064891 100644 --- a/java/junit/pkg-descr +++ b/java/junit/pkg-descr @@ -1,5 +1,5 @@ This is a port of JUnit, a simple testing framework for Java developed -by Erich Gamma and Kent Beck. Using JUnit you can build a test suite +by Erich Gamma and Kent Beck. Using JUnit you can build a test suite that will help you measure your progress, spot unintended side effects, and focus your development efforts. |