|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
edu.rice.cs.drjava.DrJavaTestCase
edu.rice.cs.drjava.project.ProjectTest
public class ProjectTest
Test class for project files
Field Summary |
---|
Fields inherited from class edu.rice.cs.drjava.DrJavaTestCase |
---|
TEST_DRJAVA_CONFIG_PROPERTY |
Constructor Summary | |
---|---|
ProjectTest()
|
Method Summary | |
---|---|
void |
setUp()
Set up for every test. |
void |
tearDown()
Clean up for every test case. |
void |
testLegacyParseProject()
Test to make sure all elements of the project are read correctly into the IR |
void |
testLegacyParseProjectPJT()
Test to make sure all elements of the project are read correctly into the IR |
void |
testParseFile()
|
void |
testParseProject()
Test to make sure all elements of the project are read correctly into the IR |
void |
testParseProjectPJT()
Test to make sure all elements of the project are read correctly into the IR |
void |
testWriteFile()
|
void |
testWriteFilePJT()
|
void |
testWriteFileXML()
|
Methods inherited from class edu.rice.cs.drjava.DrJavaTestCase |
---|
setConfigSetting, setDocText |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProjectTest()
Method Detail |
---|
public void setUp() throws Exception
DrJavaTestCase
setUp
in class DrJavaTestCase
Exception
- This convention is mandated by JUnit.TestCase, the superclass of this class.public void tearDown() throws Exception
DrJavaTestCase
tearDown
in class DrJavaTestCase
Exception
public void testLegacyParseProject() throws IOException, MalformedProjectFileException, ParseException
IOException
MalformedProjectFileException
ParseException
public void testParseProject() throws IOException, MalformedProjectFileException, ParseException
IOException
MalformedProjectFileException
ParseException
public void testParseFile() throws SExpParseException
SExpParseException
public void testWriteFile() throws IOException, MalformedProjectFileException
IOException
MalformedProjectFileException
public void testLegacyParseProjectPJT() throws IOException, MalformedProjectFileException, ParseException
IOException
MalformedProjectFileException
ParseException
public void testParseProjectPJT() throws IOException, MalformedProjectFileException, ParseException
IOException
MalformedProjectFileException
ParseException
public void testWriteFilePJT() throws IOException, MalformedProjectFileException
IOException
MalformedProjectFileException
public void testWriteFileXML() throws IOException, MalformedProjectFileException
IOException
MalformedProjectFileException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |