Extend o.s.d.g.tests.integration.IntegrationTestsSupport.

This commit is contained in:
John Blum
2020-12-01 17:12:45 -08:00
parent 93bd2b97df
commit 770b99f1e2
3 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
# This file is generated by the 'io.freefair.lombok' Gradle plugin
config.stopBubbling = true

View File

@@ -44,6 +44,7 @@ import org.springframework.context.annotation.Import;
import org.springframework.data.gemfire.GemfireTemplate;
import org.springframework.data.gemfire.config.annotation.EnableEntityDefinedRegions;
import org.springframework.data.gemfire.config.annotation.PeerCacheApplication;
import org.springframework.data.gemfire.tests.integration.IntegrationTestsSupport;
import org.springframework.data.gemfire.tests.util.ReflectionUtils;
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
import org.springframework.geode.cache.RepositoryAsyncEventListener;
@@ -74,6 +75,7 @@ import example.app.caching.inline.async.config.AsyncInlineCachingConfiguration;
* @see org.springframework.context.annotation.Bean
* @see org.springframework.context.annotation.Import
* @see org.springframework.data.gemfire.config.annotation.PeerCacheApplication
* @see org.springframework.data.gemfire.tests.integration.IntegrationTestsSupport
* @see org.springframework.data.jpa.repository.config.EnableJpaRepositories
* @see org.springframework.geode.cache.RepositoryAsyncEventListener
* @see org.springframework.test.context.ActiveProfiles
@@ -92,7 +94,7 @@ import example.app.caching.inline.async.config.AsyncInlineCachingConfiguration;
webEnvironment = SpringBootTest.WebEnvironment.NONE
)
@SuppressWarnings("unused")
public class AsyncInlineCachingUsingQueueBatchSizeIntegrationTests {
public class AsyncInlineCachingUsingQueueBatchSizeIntegrationTests extends IntegrationTestsSupport {
private volatile AsyncEventQueue golfersEventQueue;

View File

@@ -44,6 +44,7 @@ import org.springframework.context.annotation.Import;
import org.springframework.data.gemfire.GemfireTemplate;
import org.springframework.data.gemfire.config.annotation.EnableEntityDefinedRegions;
import org.springframework.data.gemfire.config.annotation.PeerCacheApplication;
import org.springframework.data.gemfire.tests.integration.IntegrationTestsSupport;
import org.springframework.data.gemfire.tests.util.ReflectionUtils;
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
import org.springframework.geode.cache.RepositoryAsyncEventListener;
@@ -73,6 +74,7 @@ import example.app.caching.inline.async.config.AsyncInlineCachingConfiguration;
* @see org.springframework.context.annotation.Bean
* @see org.springframework.context.annotation.Import
* @see org.springframework.data.gemfire.config.annotation.PeerCacheApplication
* @see org.springframework.data.gemfire.tests.integration.IntegrationTestsSupport
* @see org.springframework.data.jpa.repository.config.EnableJpaRepositories
* @see org.springframework.geode.cache.RepositoryAsyncEventListener
* @see org.springframework.test.context.ActiveProfiles
@@ -91,7 +93,7 @@ import example.app.caching.inline.async.config.AsyncInlineCachingConfiguration;
webEnvironment = SpringBootTest.WebEnvironment.NONE
)
@SuppressWarnings("unused")
public class AsyncInlineCachingUsingQueueBatchTimeIntervalIntegrationTests {
public class AsyncInlineCachingUsingQueueBatchTimeIntervalIntegrationTests extends IntegrationTestsSupport {
private volatile AsyncEventQueue golfersEventQueue;