net.webapp2.forum.service
Class ForumServiceTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.test.ConditionalTestCase
              extended by org.springframework.test.AbstractSpringContextTests
                  extended by org.springframework.test.AbstractDependencyInjectionSpringContextTests
                      extended by net.webapp2.forum.service.ForumServiceTest
All Implemented Interfaces:
junit.framework.Test

public class ForumServiceTest
extends AbstractDependencyInjectionSpringContextTests

Author:
Ahn, Younghoe

Field Summary
private  ForumService forumService
           
 
Fields inherited from class org.springframework.test.AbstractDependencyInjectionSpringContextTests
applicationContext, AUTOWIRE_BY_NAME, AUTOWIRE_BY_TYPE, AUTOWIRE_NO, managedVariableNames
 
Fields inherited from class org.springframework.test.ConditionalTestCase
logger
 
Constructor Summary
ForumServiceTest()
           
 
Method Summary
protected  String[] getConfigLocations()
           
 void setForumService(ForumService forumService)
           
 void testPostStarter()
          포럼에 의견 제기(첫글 쓰기)
 void testReply()
          FRM-002.
 void testViewReply()
          FRM-004.
 void testViewStarter()
          FRM-003.
 
Methods inherited from class org.springframework.test.AbstractDependencyInjectionSpringContextTests
contextKey, getAutowireMode, getLoadCount, initManagedVariableNames, isDependencyCheck, isPopulateProtectedVariables, loadContextLocations, onSetUp, onTearDown, populateProtectedVariables, setAutowireMode, setDependencyCheck, setDirty, setPopulateProtectedVariables, setUp, tearDown
 
Methods inherited from class org.springframework.test.AbstractSpringContextTests
addContext, contextKeyString, getContext, hasCachedContext, loadContext, setDirty
 
Methods inherited from class org.springframework.test.ConditionalTestCase
getDisabledTestCount, isDisabledInThisEnvironment, recordDisabled, runBare
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

forumService

private ForumService forumService
Constructor Detail

ForumServiceTest

public ForumServiceTest()
Method Detail

testPostStarter

public void testPostStarter()
포럼에 의견 제기(첫글 쓰기)


testReply

public void testReply()
FRM-002. 포럼에 답글 달기


testViewStarter

public void testViewStarter()
FRM-003. 포럼에 글 보기


testViewReply

public void testViewReply()
FRM-004. 포럼에 답글 보기


getConfigLocations

protected String[] getConfigLocations()
Specified by:
getConfigLocations in class AbstractDependencyInjectionSpringContextTests

setForumService

public void setForumService(ForumService forumService)


Copyright © 2006 WebApp2 Network All Rights Reserved.