Refactored the FilePositionTracker test class
This commit is contained in:
parent
89bb52ab71
commit
8cdeda7cb3
|
@ -1,4 +1,4 @@
|
|||
package scanner;
|
||||
package file;
|
||||
|
||||
import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
@ -6,9 +6,6 @@ import static org.junit.Assert.assertTrue;
|
|||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
import file.FilePosition;
|
||||
import file.FilePositionTracker;
|
||||
|
||||
public class FilePositionTrackerTester {
|
||||
|
||||
public static final String FILE_NAME = "testFileName";
|
Loading…
Reference in New Issue