org.pentaho.di.compatibility
Class ValueBooleanTest

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

public class ValueBooleanTest
extends junit.framework.TestCase

Test class for the basic functionality of ValueBoolean.

Author:
Sven Boden

Constructor Summary
ValueBooleanTest()
           
 
Method Summary
 void testClone()
          Test clone()
 void testConstructor1()
          Constructor test 1.
 void testGetters()
          Test the getters of ValueBoolean
 void testSetters()
          Test the setters of ValueBoolean
 
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

ValueBooleanTest

public ValueBooleanTest()
Method Detail

testConstructor1

public void testConstructor1()
Constructor test 1.


testGetters

public void testGetters()
Test the getters of ValueBoolean


testSetters

public void testSetters()
Test the setters of ValueBoolean


testClone

public void testClone()
Test clone()