| |
|
| edu.rice.cs.drjava.DrJavaTestCase edu.rice.cs.util.StringOpsTest
testConvertToLiteral | public void testConvertToLiteral()(Code) | | Tests converting a string to a literal
|
testGetOffsetAndLength | public void testGetOffsetAndLength()(Code) | | Test the getOffsetAndLength() method of StringOps class
|
testGetSimpleName | public void testGetSimpleName()(Code) | | Tests for getting the simple name of a class.
|
testGetStackTrace | public void testGetStackTrace()(Code) | | Tests that getting the stack trace of a throwable works correctly.
|
testMemSizeToString | public void testMemSizeToString()(Code) | | |
testReplace | public void testReplace()(Code) | | Test the replace() method of StringOps class
|
testToStringBoolean | public void testToStringBoolean()(Code) | | |
testToStringByte | public void testToStringByte()(Code) | | |
testToStringChar | public void testToStringChar()(Code) | | |
testToStringDouble | public void testToStringDouble()(Code) | | |
testToStringFloat | public void testToStringFloat()(Code) | | |
testToStringInt | public void testToStringInt()(Code) | | |
testToStringLong | public void testToStringLong()(Code) | | Tests for getting the simple name of a class. Works by comparing with Java 1.5.0's Class.getSimpleName().
This test is commented out to remove it from regular unit testing because it is incompatible with Java 1.4.
|
testToStringObject | public void testToStringObject()(Code) | | |
testToStringShort | public void testToStringShort()(Code) | | |
Fields inherited from edu.rice.cs.drjava.DrJavaTestCase | final public static String TEST_DRJAVA_CONFIG_PROPERTY(Code)(Java Doc)
|
|
|
|