Switch to JUnit 5.

Issue #2075.
This commit is contained in:
Oliver Drotbohm
2021-10-12 22:14:05 +02:00
parent 3d03b0cbe6
commit 5f4e24b912
125 changed files with 1607 additions and 1554 deletions

View File

@@ -32,7 +32,7 @@ import org.springframework.data.util.AnnotatedTypeScanner;
@Configuration
@ImportResource("classpath:META-INF/spring/cache-config.xml")
@EnableGemfireRepositories
public class GeodeRepositoryConfig {
class GeodeRepositoryConfig {
/**
* TODO: Remove, once Spring Data Gemfire exposes a mapping context.

View File

@@ -23,7 +23,7 @@ import org.springframework.test.context.ContextConfiguration;
* @author Oliver Gierke
*/
@ContextConfiguration(classes = GeodeRepositoryConfig.class)
public class GeodeWebTests extends CommonWebTests {
class GeodeWebTests extends CommonWebTests {
/*
* (non-Javadoc)