| edu.rice.cs.drjava.DrJavaTestCase edu.rice.cs.drjava.model.DummyGlobalModelTest
DummyGlobalModelTest | public class DummyGlobalModelTest extends DrJavaTestCase (Code) | | DummyGetDocumentsTest for unit testing DummyGetDocuments. Uses
JUnit for testing.
author: Eric Shao-yu Cheng version: $Id: DummyGlobalModelTest.java 4255 2007-08-28 19:17:37Z mgricken $ |
Method Summary | |
public void | testGetDefinitionsDocuments() Creates a new instance of DummyGetDocuments, calls
getOpenDefinitionsDocuments() and ensures the method throws an
UnsupportedOperationException. | public void | testGetDocumentForFile() Creates a new instance of DummyGetDocuments, calls
getDocumentsForFile() and ensures the method throws an
UnsupportedOperationException. | public void | testHasModifiedDocuments() Creates a new instance of DummyGetDocuments, calls
hasModifiedDocuments() and ensures the method throws an
UnsupportedOperationException. | public void | testIsAlreadyOpen() Creates a new instance of DummyGetDocuments, calls
getDocumentForFile() and ensures the method throws an
UnsupportedOperationException. |
testGetDefinitionsDocuments | public void testGetDefinitionsDocuments()(Code) | | Creates a new instance of DummyGetDocuments, calls
getOpenDefinitionsDocuments() and ensures the method throws an
UnsupportedOperationException.
exception: java.io.IOException - if an error occurs |
testGetDocumentForFile | public void testGetDocumentForFile() throws java.io.IOException(Code) | | Creates a new instance of DummyGetDocuments, calls
getDocumentsForFile() and ensures the method throws an
UnsupportedOperationException.
exception: java.io.IOException - if an error occurs |
testHasModifiedDocuments | public void testHasModifiedDocuments()(Code) | | Creates a new instance of DummyGetDocuments, calls
hasModifiedDocuments() and ensures the method throws an
UnsupportedOperationException.
exception: java.io.IOException - if an error occurs |
testIsAlreadyOpen | public void testIsAlreadyOpen() throws java.io.IOException(Code) | | Creates a new instance of DummyGetDocuments, calls
getDocumentForFile() and ensures the method throws an
UnsupportedOperationException.
exception: java.io.IOException - if an error occurs |
Fields inherited from edu.rice.cs.drjava.DrJavaTestCase | final public static String TEST_DRJAVA_CONFIG_PROPERTY(Code)(Java Doc)
|
|
|