org.mmbase.test.bridge
Class EmptyNodeTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.mmbase.test.bridge.NodeTest
                    |
                    +--org.mmbase.test.bridge.EmptyNodeTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
EmptyNodeTestTransaction

public class EmptyNodeTest
extends NodeTest

Test class Node from the bridge package. The tests are done on an empty node.

Author:
Jaco de Groot, Michiel Meeuwissen

Constructor Summary
EmptyNodeTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testGetByteValue()
           
 void testGetDoubleValue()
           
 void testGetFloatValue()
           
 void testGetIntValue()
           
 void testGetLongValue()
           
 void testGetStringValue()
           
 void testGetValue()
           
 
Methods inherited from class org.mmbase.test.bridge.NodeTest
getCloud, testCreateAlias, testGetByteValueCache, testGetDoubleValueCache, testGetFloatValueCache, testGetIntValueCache, testGetLongValueCache, testGetStringValueCache, testGetValueCache, testSetContext, testSetDNumber, testSetOType, testSetOwner, testSetRNumber, testSetSNumber
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyNodeTest

public EmptyNodeTest(java.lang.String name)
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testGetValue

public void testGetValue()
Overrides:
testGetValue in class NodeTest

testGetByteValue

public void testGetByteValue()
Overrides:
testGetByteValue in class NodeTest

testGetDoubleValue

public void testGetDoubleValue()
Overrides:
testGetDoubleValue in class NodeTest

testGetFloatValue

public void testGetFloatValue()
Overrides:
testGetFloatValue in class NodeTest

testGetIntValue

public void testGetIntValue()
Overrides:
testGetIntValue in class NodeTest

testGetLongValue

public void testGetLongValue()
Overrides:
testGetLongValue in class NodeTest

testGetStringValue

public void testGetStringValue()
Overrides:
testGetStringValue in class NodeTest


MMBase 2001