티스토리 뷰

package com.test;

import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;

@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {
		"classpath:/test-context.xml"
})
public abstract class AbstractApplicationContextTest {
	@Autowired 
	protected ApplicationContext context;

}

 

ContextConfiguration 에서 classpath로 지정할 수 없는 경우 file로 지정한다.

ex) file:src/webapp/WEB-INF/spring/root-context.xml

 

 

참고: https://hightin.tistory.com/42

'TDD' 카테고리의 다른 글

[TDD] spring mvc file uplad 테스트  (0) 2019.12.11
Spring MVC 단위테스트  (0) 2019.07.04
Mockito 사용법2  (0) 2019.07.04
Mockito 사용법  (0) 2019.07.04
JUnit 사용법  (0) 2019.07.04
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2025/04   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
글 보관함