Package | Description |
---|---|
org.springframework.test.context.junit38 |
Support classes for ApplicationContext-based and transactional
tests run with JUnit 3.8 and the Spring TestContext Framework.
|
org.springframework.test.context.junit4 |
Support classes for ApplicationContext-based and transactional
tests run with JUnit 4.5+ and the Spring TestContext Framework.
|
org.springframework.test.context.testng |
Support classes for ApplicationContext-based and transactional
tests run with TestNG and the Spring TestContext Framework.
|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransactionalJUnit38SpringContextTests.setDataSource(DataSource dataSource)
Deprecated.
Set the DataSource, typically provided via Dependency Injection.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransactionalJUnit4SpringContextTests.setDataSource(DataSource dataSource)
Set the
DataSource , typically provided via Dependency Injection. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransactionalTestNGSpringContextTests.setDataSource(DataSource dataSource)
Set the
DataSource , typically provided via Dependency Injection. |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingWebMvcConfiguration.setConfigurers(List<WebMvcConfigurer> configurers) |
Copyright © 2015. All rights reserved.