Skip to content
Snippets Groups Projects
Commit 46c5dfd5 authored by Adam Blank's avatar Adam Blank
Browse files

Removes useless imports from tests

parent da5d2928
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,9 @@ package tests.gitlab.ckpt1;
import java.util.Arrays;
import cse332.datastructures.*;
import cse332.datastructures.containers.Item;
import cse332.interfaces.*;
import datastructures.dictionaries.MoveToFrontList;
import tests.TestsUtility;
import tests.exceptions.InformativeException;
public class MoveToFrontListTests extends TestsUtility {
public static void main(String[] args) {
......
package tests.gitlab.ckpt2;
import cse332.datastructures.*;
import cse332.datastructures.containers.Item;
import cse332.datastructures.trees.BinarySearchTree.BSTNode;
import cse332.interfaces.*;
import cse332.interfaces.misc.Dictionary;
import datastructures.dictionaries.AVLTree;
import tests.TestsUtility;
......
package tests.gitlab.ckpt2;
import tests.GradingUtility;
import tests.gitlab.ckpt1.MoveToFrontListTests;
public class Ckpt2Tests extends GradingUtility {
public static void main(String[] args) {
......
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