Skip to content

Instantly share code, notes, and snippets.

View bensonkorir534's full-sized avatar

Benson Korir bensonkorir534

View GitHub Profile
@bensonkorir534
bensonkorir534 / Tests.java
Created November 30, 2018 05:02 — forked from tillson/Tests.java
Implementation tests for CS 1331 hw7
/**
* Tests for hw7
* @author Tillson Galloway
* @version 1.0.4
*/
public class Tests {
// if the output of the tests have weird symbols instead of colors, set this to false (generally a problem on Windows)
private final static boolean USE_COLORS = true;