org.mmbase.test.bridge
Class CloudTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.mmbase.test.bridge.CloudTest
All Implemented Interfaces:
junit.framework.Test

public class CloudTest
extends junit.framework.TestCase

Test class Cloud from the bridge package.

Author:
Jaco de Groot

Constructor Summary
CloudTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testGetList()
           
 void testGetListWithEmptyParameterFields()
           
 void testGetListWithEmptyParameterNodePath()
           
 void testGetListWithEmptyParameters()
           
 void testGetListWithEmptyParameterStartNodes()
           
 void testGetListWithInvalidParameterFields()
           
 void testGetListWithInvalidParameterNodePath()
           
 void testGetListWithInvalidParameterStartNodes()
           
 void testGetListWithNullParameterFields()
           
 void testGetListWithNullParameterNodePath()
           
 void testGetListWithNullParameters()
           
 void testGetListWithNullParameterStartNodes()
           
 
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

CloudTest

public CloudTest(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

testGetList

public void testGetList()

testGetListWithNullParameters

public void testGetListWithNullParameters()

testGetListWithEmptyParameters

public void testGetListWithEmptyParameters()

testGetListWithNullParameterStartNodes

public void testGetListWithNullParameterStartNodes()

testGetListWithEmptyParameterStartNodes

public void testGetListWithEmptyParameterStartNodes()

testGetListWithInvalidParameterStartNodes

public void testGetListWithInvalidParameterStartNodes()

testGetListWithNullParameterNodePath

public void testGetListWithNullParameterNodePath()

testGetListWithEmptyParameterNodePath

public void testGetListWithEmptyParameterNodePath()

testGetListWithInvalidParameterNodePath

public void testGetListWithInvalidParameterNodePath()

testGetListWithNullParameterFields

public void testGetListWithNullParameterFields()

testGetListWithEmptyParameterFields

public void testGetListWithEmptyParameterFields()

testGetListWithInvalidParameterFields

public void testGetListWithInvalidParameterFields()


MMBase 2001