net.sf.sasl.common.pool
Class SingletonPoolTest

java.lang.Object
  extended by net.sf.sasl.common.pool.SingletonPoolTest

public class SingletonPoolTest
extends Object

Test cases for the SingletonPool class.

Author:
Philipp Förmer

Constructor Summary
SingletonPoolTest()
           
 
Method Summary
 void setUp()
           
 void testGetSharedInstance()
          Test cases for the getSharedInstance() method.
 void testRetrieveSingleton()
          Test cases for the retrieveSingleton(Class) method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingletonPoolTest

public SingletonPoolTest()
Method Detail

setUp

public void setUp()

testGetSharedInstance

public void testGetSharedInstance()
                           throws Exception
Test cases for the getSharedInstance() method.

Throws:
Exception

testRetrieveSingleton

public void testRetrieveSingleton()
                           throws Exception
Test cases for the retrieveSingleton(Class) method.

Throws:
Exception


Copyright © 2010. All Rights Reserved.