Package org.eclipse.core.tests.resources

Class Summary
AllTests  
AutomatedTests Runs the sniff tests for the build.
CharsetTest  
Comparator This class provides static comparison methods for various core objects that do not implement equals.
ContentDescriptionManagerTest  
DeltaDebugListener  
ExampleWorkspaceTest Tests which use the Eclipse Platform workspace.
HiddenResourceTest  
IFileTest  
IFolderTest  
IPathVariableTest Tests path variables.
IProjectDescriptionTest Tests protocol of IProjectDescription and other specified behavior that relates to the project description.
IProjectTest  
IResourceChangeEventTest This class tests the public API of IResourceChangeEvent.
IResourceChangeListenerTest Tests behavior of IResourceChangeListener, including validation that correct deltas are received for all types of workspace changes.
IResourceDeltaTest Tests the public API of IResourceDelta
IResourceTest  
ISynchronizerTest  
IWorkspaceRootTest  
IWorkspaceTest  
LinkedResourceTest Tests the following API methods: IFile#createLink IFolder#createLink This test supports both variable-based and non-variable-based locations.
LinkedResourceWithPathVariableTest This class extends LinkedResourceTest in order to use randomly generated locations that are always variable-based.
MarkerAttributeChangeListener This class works by recording the current state of given markers, then verifying that the marker deltas accurately reflect the old marker state.
MarkersChangeListener A support class for the marker tests.
MarkerSetTest  
MarkerTest  
NatureTest Tests all aspects of project natures.
NonLocalLinkedResourceTest Tests behaviour of manipulating linked resources that are not linked into the local file system.
OldCorePerformanceTest This class used to be the common superclass for all performance tests for the Core project.
ProjectOrderTest Performs black box testing of the following API methods: IWorkspace.computeProjectOrder(IProject[]) IWorkspace.computePrerequisiteOrder(IProject[])
ResourceAttributeTest  
ResourceDeltaVerifier Verifies the state of an IResourceDelta by comparing it with a client's expectations.
ResourceTest Superclass for tests that use the Eclipse Platform workspace.
ResourceURLTest Test suites for PlatformURLResourceConnection
ResourceVisitorVerifier  
TeamPrivateMemberTest  
TestPerformer Abstract superclass of inner classes used for black-box testing For debugging certain failure cases, insert a breakpoint in performTestRecursiveLoop according to the comment in that method.
WorkspaceSessionTest Workspace session tests function as follows: Each test class looks like a typical JUnit test, except the platform is shutdown and restarted after each test method.
WorkspaceTest This class should be refactored into the black box tests for solution, project, folder and file.