Class Testbed
java.lang.Object
|
+--Testbed
- public class Testbed
- extends Object
Testbed: a class to hold some methods that play with Strings.
- Version:
- Jan. 19, 2001
- Author:
- Stephen Bloch
Constructor Summary |
Testbed()
No-argument constructor for objects of class Testbed. |
Method Summary |
static void |
test(String stringParam)
Where we put all the standard test cases. |
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Testbed
public Testbed()
- No-argument constructor for objects of class Testbed.
test
public static void test(String stringParam)
- Where we put all the standard test cases.
Generated by BlueJ