net.webapp2.member.service
Class MemberServiceTest

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.member.service.MemberServiceTest
All Implemented Interfaces:
junit.framework.Test

public class MemberServiceTest
extends AbstractDependencyInjectionSpringContextTests

Author:
Park, chanwook, Beak, keesun

Field Summary
private  MemberService memberService
           
 
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
MemberServiceTest()
           
 
Method Summary
protected  String[] getConfigLocations()
           
 void setMemberService(MemberService memberService)
           
 void testDelete()
           
 void testJoin()
          회원 가입
 void testLoad()
           
 void testLogin()
          login
 void testUpdate()
          회원 정보 수정
 
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

memberService

private MemberService memberService
Constructor Detail

MemberServiceTest

public MemberServiceTest()
Method Detail

testJoin

public void testJoin()
회원 가입


testLogin

public void testLogin()
login


testUpdate

public void testUpdate()
회원 정보 수정


testDelete

public void testDelete()

testLoad

public void testLoad()

getConfigLocations

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

setMemberService

public void setMemberService(MemberService memberService)


Copyright © 2006 WebApp2 Network All Rights Reserved.