public class StringsTest
extends java.lang.Object
Constructor and Description |
---|
StringsTest() |
Modifier and Type | Method and Description |
---|---|
void |
testStrings()
Test the strings functions.
|
void |
testStringsClass()
Test the strings class.
|
public void testStringsClass() throws java.lang.NoSuchMethodException, java.lang.SecurityException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.IllegalArgumentException
java.lang.SecurityException
- If error.java.lang.NoSuchMethodException
- If error.java.lang.IllegalArgumentException
- If error.java.lang.IllegalAccessException
- If error.java.lang.InstantiationException
- If error.public void testStrings()