|
22 | 22 | * TestCase for Binary class. |
23 | 23 | * |
24 | 24 | * @author Apache Software Foundation |
25 | | - * @version $Id: BinaryTest.java,v 1.4 2004/03/17 19:28:37 ggregory Exp $ |
| 25 | + * @version $Id: BinaryTest.java,v 1.5 2004/03/17 19:30:19 ggregory Exp $ |
26 | 26 | */ |
27 | 27 | public class BinaryTest extends TestCase |
28 | 28 | { |
@@ -63,7 +63,7 @@ public BinaryTest(String arg0) |
63 | 63 |
|
64 | 64 |
|
65 | 65 | /* |
66 | | - * Class to test for Object decode(Object) |
| 66 | + * Tests for Object decode(Object) |
67 | 67 | */ |
68 | 68 | public void testDecodeObject() throws Exception |
69 | 69 | { |
@@ -208,7 +208,7 @@ public void testDecodeObject() throws Exception |
208 | 208 |
|
209 | 209 |
|
210 | 210 | /* |
211 | | - * Class to test for byte[] decode(byte[]) |
| 211 | + * Tests for byte[] decode(byte[]) |
212 | 212 | */ |
213 | 213 | public void testDecodebyteArray() |
214 | 214 | { |
@@ -353,7 +353,7 @@ public void testDecodebyteArray() |
353 | 353 |
|
354 | 354 |
|
355 | 355 | /* |
356 | | - * Class to test for byte[] decode(String) |
| 356 | + * Tests for byte[] decode(String) |
357 | 357 | */ |
358 | 358 | public void testDecodeString() |
359 | 359 | { |
@@ -498,7 +498,7 @@ public void testDecodeString() |
498 | 498 |
|
499 | 499 |
|
500 | 500 | /* |
501 | | - * Class to test for byte[] fromAscii(char[]) |
| 501 | + * Tests for byte[] fromAscii(char[]) |
502 | 502 | */ |
503 | 503 | public void testFromAsciicharArray() |
504 | 504 | { |
@@ -643,7 +643,7 @@ public void testFromAsciicharArray() |
643 | 643 |
|
644 | 644 |
|
645 | 645 | /* |
646 | | - * Class to test for byte[] fromAscii(byte[]) |
| 646 | + * Tests for byte[] fromAscii(byte[]) |
647 | 647 | */ |
648 | 648 | public void testFromAsciibyteArray() |
649 | 649 | { |
@@ -789,7 +789,7 @@ public void testFromAsciibyteArray() |
789 | 789 |
|
790 | 790 |
|
791 | 791 | /* |
792 | | - * Class to test for byte[] encode(byte[]) |
| 792 | + * Tests for byte[] encode(byte[]) |
793 | 793 | */ |
794 | 794 | public void testEncodebyteArray() |
795 | 795 | { |
@@ -1539,7 +1539,7 @@ public void testToAsciiString() |
1539 | 1539 |
|
1540 | 1540 |
|
1541 | 1541 | /* |
1542 | | - * Class to test for Object encode(Object) |
| 1542 | + * Tests for Object encode(Object) |
1543 | 1543 | */ |
1544 | 1544 | public void testEncodeObject() throws Exception |
1545 | 1545 | { |
|
0 commit comments