public class TestCases
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) TestingFunctions |
functions |
Constructor and Description |
---|
TestCases() |
Modifier and Type | Method and Description |
---|---|
void |
testGCD()
This is a simple validity check for the method greatestCommonDivisor.
|
void |
testReverseWindow()
This is a simple check of the reverseWindow method.
|
TestingFunctions functions
public void testGCD()
public void testReverseWindow()