| |
|
| edu.rice.cs.drjava.DrJavaTestCase edu.rice.cs.drjava.model.ClassAndInterfaceFinderTest
ClassAndInterfaceFinderTest | public class ClassAndInterfaceFinderTest extends DrJavaTestCase (Code) | | ClassAndInterfaceFinderTest for unit testing ClassAndInterfaceFinder. Uses
junit for testing.
author: Jason Schiller version: $Id: ClassAndInterfaceFinderTest.java 4255 2007-08-28 19:17:37Z mgricken $ |
testStringClassRecognition | public void testStringClassRecognition()(Code) | | Tests to see if string input is properly parsed to obtain class name.
|
testStringInterfaceRecognition | public void testStringInterfaceRecognition()(Code) | | Tests to see if string input is properly parsed to obtain interface name.
|
testStringInterfaceRejection | public void testStringInterfaceRejection()(Code) | | Tests to see if string input is properly parsed to reject interface name.
|
testStringPackageRecognition | public void testStringPackageRecognition()(Code) | | Tests to see if string input is properly parsed to insert package name.
|
Fields inherited from edu.rice.cs.drjava.DrJavaTestCase | final public static String TEST_DRJAVA_CONFIG_PROPERTY(Code)(Java Doc)
|
|
|
|