net.sf.snver.pileup.test
Class PoolConfigurationFactoryTest

java.lang.Object
  extended by net.sf.snver.pileup.test.PoolConfigurationFactoryTest

public class PoolConfigurationFactoryTest
extends java.lang.Object

Created by IntelliJ IDEA. User: weicheng hu Date: 11/21/11 Time: 8:26 PM


Constructor Summary
PoolConfigurationFactoryTest()
           
 
Method Summary
 void before()
           
 void testErrorNumericProperty()
           
 void testLackOfFRequiredProperty()
           
 void testNormalRoutine()
           
 void testNullProperty()
           
 void testPrintHelp()
           
 void testUnexpectedProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolConfigurationFactoryTest

public PoolConfigurationFactoryTest()
Method Detail

before

public void before()

testNullProperty

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

testLackOfFRequiredProperty

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

testErrorNumericProperty

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

testUnexpectedProperty

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

testPrintHelp

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

testNormalRoutine

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