Package org.codehaus.gmavenplus.util
Class FileUtilsTest
java.lang.Object
org.codehaus.gmavenplus.util.FileUtilsTest
Unit tests for the FileUtils class.
- Author:
- Keegan Witt
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
-
Constructor Details
-
FileUtilsTest
public FileUtilsTest()
-
-
Method Details
-
testGetFileExtension
public void testGetFileExtension() -
testGetNameWithoutExtension
public void testGetNameWithoutExtension() -
testCloseInputStreamQuietly
- Throws:
Exception
-
testCloseOutputStreamQuietly
- Throws:
Exception
-
testCloseReaderQuietly
- Throws:
Exception
-
testCloseWriterQuietly
- Throws:
Exception
-