sk.baka.webvm.misc
Class DivGraphTest

java.lang.Object
  extended by sk.baka.webvm.misc.DivGraphTest

public class DivGraphTest
extends Object

Tests the DivGraph class.

Author:
Martin Vysny

Constructor Summary
DivGraphTest()
           
 
Method Summary
 void testToPixelsOverMax()
          Tests an example where a value exceeds the max.
 void testToPixelsSimple()
          Tests a simple example consisting of a single value.
 void testToPixelsThreeValues()
          Tests an example with three values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DivGraphTest

public DivGraphTest()
Method Detail

testToPixelsSimple

public void testToPixelsSimple()
Tests a simple example consisting of a single value.


testToPixelsOverMax

public void testToPixelsOverMax()
Tests an example where a value exceeds the max. value.


testToPixelsThreeValues

public void testToPixelsThreeValues()
Tests an example with three values.



Copyright © 2010 Baka. All Rights Reserved.