org.jboss.test.cache.test.generic
Class GetKeysTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.cache.test.generic.GetKeysTestCase

public class GetKeysTestCase
extends TestCase

See Also:
Serialized Form

Constructor Summary
GetKeysTestCase(java.lang.String s)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
           
static Test suite()
           
 void tearDown()
           
 void testGetChildren()
           
 void testGetKeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetKeysTestCase

public GetKeysTestCase(java.lang.String s)
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

testGetKeys

public void testGetKeys()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testGetChildren

public void testGetChildren()
                     throws java.lang.Exception
Throws:
java.lang.Exception

suite

public static Test suite()

main

public static void main(java.lang.String[] args)