Class IntArrayWorkerTester

java.lang.Object
  extended by IntArrayWorkerTester

public class IntArrayWorkerTester
extends Object


Constructor Summary
IntArrayWorkerTester()
           
 
Method Summary
static void main(String[] args)
          Method to test getColTotal
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntArrayWorkerTester

public IntArrayWorkerTester()
Method Detail

main

public static void main(String[] args)
Method to test getColTotal


testFillPattern1

public static void testFillPattern1()
Method to test fillPattern1


testGetTotal

public static void testGetTotal()
Method to test getTotal


testGetTotalNested

public static void testGetTotalNested()
Method to test getTotalNested


testSetMatrix

public static void testSetMatrix()
method to test setMatrix