public class IntArrayWorkerTester
extends java.lang.Object
Constructor and Description |
---|
IntArrayWorkerTester() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Main method for testing the IntArrayWorker class
|
static void |
testFillPattern1()
Method to test fillPattern1
|
static void |
testGetTotal()
Method to test getTotal
|
static void |
testGetTotalNested()
Method to test getTotalNested
|
static void |
testSetMatrix()
method to test setMatrix
|
public static void testSetMatrix()
public static void testFillPattern1()
public static void testGetTotal()
public static void testGetTotalNested()
public static void main(java.lang.String[] args)
args
- the array of arguments sent to the main method