Refactored the FilePositionTracker test class

This commit is contained in:
Mike Cifelli 2016-12-10 12:00:32 -05:00
parent 89bb52ab71
commit 8cdeda7cb3
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package scanner; package file;
import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertTrue;
@ -6,9 +6,6 @@ import static org.junit.Assert.assertTrue;
import org.junit.Before; import org.junit.Before;
import org.junit.Test; import org.junit.Test;
import file.FilePosition;
import file.FilePositionTracker;
public class FilePositionTrackerTester { public class FilePositionTrackerTester {
public static final String FILE_NAME = "testFileName"; public static final String FILE_NAME = "testFileName";