|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase org.pentaho.di.resource.NameResourceTest
public class NameResourceTest
Constructor Summary | |
---|---|
NameResourceTest()
|
Method Summary | |
---|---|
void |
testUNC()
Test case for UNC |
void |
testUNCPathOnly()
Test case for UNC |
void |
testUnixStyle()
Test case for Unix style file name. |
void |
testUnixStylePathOnly()
Test case for Unix style file name. |
void |
testVFS()
Test case for VFS |
void |
testVFSPathOnly()
Test case for VFS |
void |
testWindowsDriveLetter()
Test case for a windows path with a mapped drive |
void |
testWindowsDriveLetterPathOnly()
Test case for a windows path with a mapped drive |
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, format |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NameResourceTest()
Method Detail |
---|
public void testUnixStyle() throws Exception
Exception
public void testWindowsDriveLetter() throws Exception
Exception
public void testUNC() throws Exception
Exception
public void testVFS() throws Exception
Exception
public void testUnixStylePathOnly() throws Exception
Exception
public void testWindowsDriveLetterPathOnly() throws Exception
Exception
public void testUNCPathOnly() throws Exception
Exception
public void testVFSPathOnly() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |