public class ReadWorkspaceLocationsTest
extends junit.framework.TestCase
| Constructor and Description |
|---|
ReadWorkspaceLocationsTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp() |
void |
testGetProjectLocation_ForProjectAtWorkspaceLevel()
Project's at the workspace level do not have a .location file.
|
void |
testGetProjectLocation_ForProjectsOutsideWorkspace()
Project's located other than at the workspace level have a .location file.
|
void |
testGetProjectLocation_ForProjectsWithinProjects()
Project's located other than at the workspace level have a .location file.
|
void |
testReadDefinedServers_PrefsFileDoesNotExist() |
void |
testReadDefinedServers_PrefsFileExistsWithMissingRuntimes() |
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, tearDown, toStringprotected void setUp()
throws Exception
setUp in class junit.framework.TestCaseExceptionpublic void testGetProjectLocation_ForProjectAtWorkspaceLevel()
throws Exception
Therefore their project location is directly under the workspace.
Exceptionpublic void testGetProjectLocation_ForProjectsWithinProjects()
throws Exception
This URI specifies the fully qualified path to the project. Which may be located outside of the workspace as well.
Exceptionpublic void testGetProjectLocation_ForProjectsOutsideWorkspace()
throws Exception
This URI specifies the fully qualified path to the project. Which may be located outside of the workspace as well.
Exceptionpublic void testReadDefinedServers_PrefsFileDoesNotExist()
throws Exception
ExceptionCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.