sources
Class NodeLayer2Test

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bysources.NodeLayer2Test
All Implemented Interfaces:
junit.framework.Test

public class NodeLayer2Test
extends junit.framework.TestCase


Constructor Summary
NodeLayer2Test(java.lang.String testName)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testChangeBinheight()
          Test of changeBinheight method, of class sources.NodeLayer2.
 void testChangeMaxBinheight()
          Test of changeMaxBinheight method, of class sources.NodeLayer2.
 void testCreatePolygons()
          Test of createPolygons method, of class sources.NodeLayer2.
 void testCreateValues()
          Test of createValues method, of class sources.NodeLayer2.
 void testGetObjectAtKoord()
          Test of getObjectAtKoord method, of class sources.NodeLayer2.
 void testGetObjectsUnderRect()
          Test of getObjectsUnderRect method, of class sources.NodeLayer2.
 void testIsOnly()
          Test of isOnly method, of class sources.NodeLayer2.
 void testPaintLayer()
          Test of paintLayer method, of class sources.NodeLayer2.
 void testSetOnly()
          Test of setOnly method, of class sources.NodeLayer2.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeLayer2Test

public NodeLayer2Test(java.lang.String testName)
Method Detail

suite

public static junit.framework.Test suite()

testGetObjectAtKoord

public void testGetObjectAtKoord()
Test of getObjectAtKoord method, of class sources.NodeLayer2.


testPaintLayer

public void testPaintLayer()
Test of paintLayer method, of class sources.NodeLayer2.


testCreatePolygons

public void testCreatePolygons()
Test of createPolygons method, of class sources.NodeLayer2.


testGetObjectsUnderRect

public void testGetObjectsUnderRect()
Test of getObjectsUnderRect method, of class sources.NodeLayer2.


testCreateValues

public void testCreateValues()
Test of createValues method, of class sources.NodeLayer2.


testChangeBinheight

public void testChangeBinheight()
Test of changeBinheight method, of class sources.NodeLayer2.


testChangeMaxBinheight

public void testChangeMaxBinheight()
Test of changeMaxBinheight method, of class sources.NodeLayer2.


testSetOnly

public void testSetOnly()
Test of setOnly method, of class sources.NodeLayer2.


testIsOnly

public void testIsOnly()
Test of isOnly method, of class sources.NodeLayer2.