net.webapp2.util.test
Class TestBaseTest

java.lang.Object
  extended by net.webapp2.util.test.TestBaseTest

public class TestBaseTest
extends Object


Constructor Summary
TestBaseTest()
           
 
Method Summary
 void APPLICATION_CONTEXT_FILE_PATH_값이_빈_경우(String fileName)
           
 void APPLICATION_CONTEXT_FILE_PATH_로_설정된_파일이_없는_경우(String fileName)
           
 void APPLICATION_CONTEXT_FILE_PATH_항목이_없는_경우(String fileName)
           
 void CONTEXT_PROPERTIES_파일이_없는_경우(String fileName)
           
 void DAO_CONTEXT_FILE_PATH_값이_빈_경우(String fileName)
           
 void DAO_CONTEXT_FILE_PATH_로_설정된_파일이_없는_경우(String fileName)
           
 void DAO_CONTEXT_FILE_PATH_항목이_없는_경우(String fileName)
           
 void 잘못된_형식의_APPLICATION_CONTEXT_FILE(String fileName)
           
 void 잘못된_형식의_DAO_CONTEXT_FILE(String fileName)
           
 void 테스트클래스에서_FACTORY_객체얻기()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBaseTest

public TestBaseTest()
Method Detail

CONTEXT_PROPERTIES_파일이_없는_경우

public void CONTEXT_PROPERTIES_파일이_없는_경우(String fileName)
                                  throws FileNotFoundException,
                                         IOException,
                                         PropertyDefinitionNotFoundException
Throws:
FileNotFoundException
IOException
PropertyDefinitionNotFoundException

DAO_CONTEXT_FILE_PATH_항목이_없는_경우

public void DAO_CONTEXT_FILE_PATH_항목이_없는_경우(String fileName)
                                     throws FileNotFoundException,
                                            IOException,
                                            PropertyDefinitionNotFoundException
Throws:
FileNotFoundException
IOException
PropertyDefinitionNotFoundException

DAO_CONTEXT_FILE_PATH_값이_빈_경우

public void DAO_CONTEXT_FILE_PATH_값이_빈_경우(String fileName)
                                   throws FileNotFoundException,
                                          IOException,
                                          PropertyDefinitionNotFoundException
Throws:
FileNotFoundException
IOException
PropertyDefinitionNotFoundException

DAO_CONTEXT_FILE_PATH_로_설정된_파일이_없는_경우

public void DAO_CONTEXT_FILE_PATH_로_설정된_파일이_없는_경우(String fileName)
                                           throws FileNotFoundException,
                                                  IOException,
                                                  PropertyDefinitionNotFoundException
Throws:
FileNotFoundException
IOException
PropertyDefinitionNotFoundException

APPLICATION_CONTEXT_FILE_PATH_항목이_없는_경우

public void APPLICATION_CONTEXT_FILE_PATH_항목이_없는_경우(String fileName)
                                             throws FileNotFoundException,
                                                    IOException,
                                                    PropertyDefinitionNotFoundException
Throws:
FileNotFoundException
IOException
PropertyDefinitionNotFoundException

APPLICATION_CONTEXT_FILE_PATH_값이_빈_경우

public void APPLICATION_CONTEXT_FILE_PATH_값이_빈_경우(String fileName)
                                           throws FileNotFoundException,
                                                  IOException,
                                                  PropertyDefinitionNotFoundException
Throws:
FileNotFoundException
IOException
PropertyDefinitionNotFoundException

APPLICATION_CONTEXT_FILE_PATH_로_설정된_파일이_없는_경우

public void APPLICATION_CONTEXT_FILE_PATH_로_설정된_파일이_없는_경우(String fileName)
                                                   throws FileNotFoundException,
                                                          IOException,
                                                          PropertyDefinitionNotFoundException
Throws:
FileNotFoundException
IOException
PropertyDefinitionNotFoundException

잘못된_형식의_DAO_CONTEXT_FILE

public void 잘못된_형식의_DAO_CONTEXT_FILE(String fileName)
                              throws FileNotFoundException,
                                     IOException,
                                     PropertyDefinitionNotFoundException
Throws:
FileNotFoundException
IOException
PropertyDefinitionNotFoundException

잘못된_형식의_APPLICATION_CONTEXT_FILE

public void 잘못된_형식의_APPLICATION_CONTEXT_FILE(String fileName)
                                      throws FileNotFoundException,
                                             IOException,
                                             PropertyDefinitionNotFoundException
Throws:
FileNotFoundException
IOException
PropertyDefinitionNotFoundException

테스트클래스에서_FACTORY_객체얻기

public void 테스트클래스에서_FACTORY_객체얻기()
                           throws FileNotFoundException,
                                  IOException,
                                  PropertyDefinitionNotFoundException
Throws:
FileNotFoundException
IOException
PropertyDefinitionNotFoundException