FortyTwo/src/termproject/Termproject.java

27 lines
577 B
Java

/*
* This class contains JUnit tests to run against the ArrayQueue class.
@author Joel Beckmeyer
@version 1.0
File: Filename.java
Created: YYYY-MM-DD
Description: This class contains tests for correct exception handling in
several different cases, circular array wrapping, dynamic resizing, correct
method returns, and correct (expected) queue behavior.
*/
package termproject;
/**
*
* @author joel
*/
public class Termproject {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
}
}