appl.parallel.test
Class PartitialGridTest
java.lang.Object
appl.parallel.test.PartitialGridTest
public class PartitialGridTest
- extends Object
Simple JUnit Test
- Author:
- Dominik Appl
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 |
PartitialGridTest
public PartitialGridTest()
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)
.