edu.rice.cs.drjava.ui
Class ProjectMenuTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
edu.rice.cs.drjava.DrJavaTestCase
edu.rice.cs.drjava.model.MultiThreadedTestCase
edu.rice.cs.drjava.ui.ProjectMenuTest
- All Implemented Interfaces:
- Test
public final class ProjectMenuTest
- extends MultiThreadedTestCase
Test functions of Project Facility working through the main frame and model.
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 |
ProjectMenuTest
public ProjectMenuTest()
setUp
public void setUp()
throws Exception
- Setup method for each JUnit test case in this Test class.
- Overrides:
setUp
in class MultiThreadedTestCase
- Throws:
Exception
- This convention is mandated by the JUnit TestClass which is an ancestor of this class.
tearDown
public void tearDown()
throws Exception
- Description copied from class:
MultiThreadedTestCase
- If any test failed, print a message saying that some test failed in another thread (not the testing thread).
- Overrides:
tearDown
in class MultiThreadedTestCase
- Throws:
Exception
testSetBuildDirectory
public void testSetBuildDirectory()
throws MalformedProjectFileException,
IOException
- Throws:
MalformedProjectFileException
IOException
testCloseAllClosesProject
public void testCloseAllClosesProject()
throws MalformedProjectFileException,
IOException
- Throws:
MalformedProjectFileException
IOException
testSaveProject
public void testSaveProject()
throws IOException,
MalformedProjectFileException
- Throws:
IOException
MalformedProjectFileException