package edu.caltech.cs2.project03;
public final class Project03TestOrdering {
public Project03TestOrdering() {
throw new InstantiationError("Class is only for storing constant variables");
}
public static final int classSpecificTestLevel = 0;
public static final int collectionTestLevel = 1;
public static final int dequeTestLevel = 2;
public static final int stackTestLevel = 3;
public static final int queueTestLevel = 3;
public static final int fixedSizeQueueLevel = 3;
public static final int toStringTestLevel = 4;
public static final int complexityTestLevel = 5;
public static final int guitarStringTestLevel = 6;
}
-
Adam Blank authoredd476add1