|
||||||||||
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.eclipse.core.tests.harness.CoreTest
org.eclipse.core.tests.resources.ResourceTest
org.eclipse.core.tests.resources.IResourceTest
public class IResourceTest
Field Summary |
---|
Fields inherited from class org.eclipse.core.tests.resources.ResourceTest |
---|
deltaListener, PI_RESOURCES_TESTS |
Fields inherited from class org.eclipse.core.tests.harness.CoreTest |
---|
PI_HARNESS |
Constructor Summary | |
---|---|
IResourceTest()
|
|
IResourceTest(java.lang.String name)
|
Method Summary | |
---|---|
void |
cleanUpAfterRefreshTest(java.lang.Object[] args)
|
static junit.framework.Test |
suite()
|
void |
testAccept2()
Performs black box testing of the following method: void accept(IResourceVisitor) |
void |
testAddLocalProject()
This method tests the IResource.refreshLocal() operation |
void |
testConstants()
Tests various resource constants. |
void |
testCopy()
Performs black box testing of the following method: void copy(IPath, boolean, IProgressMonitor) |
void |
testDelete()
Performs black box testing of the following method: void delete(boolean, IProgressMonitor) |
void |
testDerived()
Performs black box testing of the following methods: isDerived() and setDerived(boolean) |
void |
testDerivedUsingAncestors()
Test the isDerived() and isDerived(int) methods |
void |
testEquals()
Performs black box testing of the following method: boolean equals(Object) |
void |
testExists()
Performs black box testing of the following method: boolean exists() |
void |
testGetLocation()
Performs black box testing of the following method: IPath getLocation() |
void |
testGetModificationStamp()
|
void |
testGetRawLocation()
Performs black box testing of the following method: IPath getRawLocation() |
void |
testIsSynchronized()
This method tests the IResource.isSynchronized() operation |
void |
testMove()
Performs black box testing of the following method: void move(IPath, boolean, IProgressMonitor) |
void |
testMultiCreation()
|
void |
testProjectDescriptionFileModification()
Test that opening an closing a project does not affect the description file. |
void |
testProperties()
Tests IResource#getPersistentProperties and IResource#getSessionProperties |
void |
testReadOnly()
Deprecated. This test is for deprecated API |
void |
testRefreshLocal()
This method tests the IResource.refreshLocal() operation |
void |
testRefreshLocalWithDepth()
|
void |
testRefreshWithMissingParent()
This method tests the IResource.refreshLocal() operation |
void |
testRevertModificationStamp()
This method tests the IResource.revertModificationStamp() operation |
void |
testSetLocalTimeStamp()
This method tests the IResource.setLocalTimeStamp() operation |
void |
testTeamPrivateMember()
Performs black box testing of the following methods: isTeamPrivateMember() and setTeamPrivateMember(boolean) |
Methods inherited from class org.eclipse.core.tests.harness.CoreTest |
---|
createFileInFileSystem, debug, fail, getContents, getContents, getMonitor, getRandomContents, getRandomLocation, getRandomString, getTempDir, log, log, transferData, transferDataWithoutClose |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, getName, run, run, runBare, 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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IResourceTest()
public IResourceTest(java.lang.String name)
Method Detail |
---|
public static junit.framework.Test suite()
public void cleanUpAfterRefreshTest(java.lang.Object[] args)
public void testAccept2()
public void testAddLocalProject() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public void testConstants()
public void testCopy()
public void testDelete()
public void testDerived()
public void testDerivedUsingAncestors()
public void testEquals()
public void testExists()
public void testGetLocation()
public void testGetModificationStamp()
public void testGetRawLocation()
public void testIsSynchronized()
public void testMove()
public void testMultiCreation()
public void testProjectDescriptionFileModification() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public void testProperties() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public void testReadOnly()
public void testRefreshLocal()
public void testRefreshLocalWithDepth()
public void testRefreshWithMissingParent() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public void testRevertModificationStamp()
public void testSetLocalTimeStamp()
public void testTeamPrivateMember()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |