문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
springframework:spring_test_dbunit [2018/07/31 15:37] kwon37xi |
springframework:spring_test_dbunit [2020/07/08 14:04] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== Spring Test DBUnit ====== | ====== Spring Test DBUnit ====== | ||
| - | * [[http:// | + | |
| + | | ||
| + | * [[java: | ||
| * [[java: | * [[java: | ||
| 줄 50: | 줄 52: | ||
| </ | </ | ||
| + | ===== MS SQLServer ===== | ||
| + | * multiple catalog 지원이 제대로 안됨. | ||
| + | * test context 에 대해서는 '' | ||
| + | * 다중 설정< | ||
| + | @DatabaseSetups({ | ||
| + | @DatabaseSetup(value = " | ||
| + | @DatabaseSetup(connection=" | ||
| + | }) | ||
| + | </ | ||
| + | * Insert Operation의 경우 '' | ||
| + | @DbUnitConfiguration(databaseConnection = [" | ||
| + | class MyRepositoryTest extends Specification { | ||
| + | ... | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | ===== 참조 ===== | ||
| + | * https:// | ||
| + | * [[http:// | ||