Package org.eclipse.epsilon.egl.util
Class TestFileUtil
- java.lang.Object
-
- org.eclipse.epsilon.egl.util.TestFileUtil
-
public class TestFileUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description TestFileUtil()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
setup()
void
testRead()
void
testReadTrailing()
void
testResolveAbsolutePath()
void
testResolveNullPath()
void
testResolveRelativePath()
void
testResolveRelativePathNoParent()
-
-
-
Method Detail
-
setup
public static void setup()
-
testResolveAbsolutePath
public void testResolveAbsolutePath()
-
testResolveRelativePath
public void testResolveRelativePath()
-
testResolveRelativePathNoParent
public void testResolveRelativePathNoParent()
-
testResolveNullPath
public void testResolveNullPath()
-
testRead
public void testRead() throws IOException
- Throws:
IOException
-
testReadTrailing
public void testReadTrailing() throws IOException
- Throws:
IOException
-
-