Skip to content
Snippets Groups Projects
Commit 79592f62 authored by tpylak's avatar tpylak
Browse files

minor test improvement

SVN: 11132
parent 598199db
No related branches found
No related tags found
No related merge requests found
......@@ -16,12 +16,11 @@
package ch.systemsx.cisd.base.tests;
import static org.testng.AssertJUnit.assertTrue;
import java.io.File;
import java.io.IOException;
import org.apache.commons.io.FileUtils;
import org.testng.AssertJUnit;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeMethod;
......@@ -33,7 +32,7 @@ import org.testng.annotations.BeforeMethod;
*
* @author Christian Ribeaud
*/
public abstract class AbstractFileSystemTestCase
public abstract class AbstractFileSystemTestCase extends AssertJUnit
{
protected static final String UNIT_TEST_WORKING_DIRECTORY = "unit-test-wd";
......
......@@ -16,12 +16,6 @@
package ch.systemsx.cisd.base.unix;
import static org.testng.AssertJUnit.assertEquals;
import static org.testng.AssertJUnit.assertFalse;
import static org.testng.AssertJUnit.assertNotNull;
import static org.testng.AssertJUnit.assertNull;
import static org.testng.AssertJUnit.assertTrue;
import java.io.File;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment