net.sf.snver.pileup.test
Class IndividualConfigurationFactoryTest

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

public class IndividualConfigurationFactoryTest
extends java.lang.Object

Created by IntelliJ IDEA. User: weicheng hu Date: 11/21/11 Time: 1:53 PM


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

Constructor Detail

IndividualConfigurationFactoryTest

public IndividualConfigurationFactoryTest()
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

testNormalRoutine

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