| |
|
| org.apache.ivy.plugins.repository.vfs.VfsResourceTest
VfsResourceTest | public class VfsResourceTest extends TestCase (Code) | | |
VfsResourceTest | public VfsResourceTest()(Code) | | |
tearDown | public void tearDown()(Code) | | |
testBadURI | public void testBadURI() throws Exception(Code) | | Validate VFSResource creation when given a poorly formed VFS identifier
|
testCreateResourceThatDoesntExist | public void testCreateResourceThatDoesntExist() throws Exception(Code) | | Validating that resource can be created for files which don't physically exists - e.g.
resources that are going to created.
|
testCreateResourceThatExists | public void testCreateResourceThatExists() throws Exception(Code) | | Validate VFSResource creation for a valid VFS URI pointing to an physically existing file
|
testListFileChildren | public void testListFileChildren() throws Exception(Code) | | Validate that we don't get any results when we query a VFSResource file object for its
children
|
testListFolderChildren | public void testListFolderChildren() throws Exception(Code) | | Validate getChildren when given a VFS URI for a directory
|
testListImaginary | public void testListImaginary() throws Exception(Code) | | Validate that we don't get any results if we ask an IMAGINARY VFSResource - a nonexistent
file - for a list of its children
|
|
|
|