appl.parallel.test
Class PartitialGridTest

java.lang.Object
  extended by appl.parallel.test.PartitialGridTest

public class PartitialGridTest
extends Object

Simple JUnit Test

Author:
Dominik Appl

Constructor Summary
PartitialGridTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testGetPartitialGrid2D()
          Test method for appl.parallel.util.PartitionUtil#getPartitialGrid2D(schmitzm.data.WritableGrid, Rectangle, int).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitialGridTest

public PartitialGridTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testGetPartitialGrid2D

public void testGetPartitialGrid2D()
Test method for appl.parallel.util.PartitionUtil#getPartitialGrid2D(schmitzm.data.WritableGrid, Rectangle, int).