|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest
public class ReadWorkspaceLocationsTest
| Constructor Summary | |
|---|---|
ReadWorkspaceLocationsTest()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReadWorkspaceLocationsTest()
| Method Detail |
|---|
protected void setUp()
throws Exception
setUp in class TestCaseException
public void testGetProjectLocation_ForProjectAtWorkspaceLevel()
throws Exception
Therefore their project location is directly under the workspace.
Exception
public 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.
Exception
public 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.
Exception
public void testReadDefinedServers_PrefsFileDoesNotExist()
throws Exception
Exception
public void testReadDefinedServers_PrefsFileExistsWithMissingRuntimes()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||