org.pentaho.di.compatibility
Class ValueBigNumberTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.pentaho.di.compatibility.ValueBigNumberTest
All Implemented Interfaces:
junit.framework.Test

public class ValueBigNumberTest
extends junit.framework.TestCase

Test class for the basic functionality of ValueNumber.

Author:
Sven Boden

Constructor Summary
ValueBigNumberTest()
           
 
Method Summary
 void testConstructor1()
          Constructor test 1.
 void testGetters()
          Test the getters of ValueBigNumber
 void testSetters()
          Test the setters of ValueBigNumber
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueBigNumberTest

public ValueBigNumberTest()
Method Detail

testConstructor1

public void testConstructor1()
Constructor test 1.


testGetters

public void testGetters()
Test the getters of ValueBigNumber


testSetters

public void testSetters()
Test the setters of ValueBigNumber