[Test Cleanup - Package Private]
- spring-cloud-stream-binder-kafka-reactive module tests
This commit is contained in:
@@ -43,7 +43,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* @author Soby Chacko
|
||||
*/
|
||||
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
|
||||
public class ReactorKafkaBinderHealthIndicatorTests {
|
||||
class ReactorKafkaBinderHealthIndicatorTests {
|
||||
|
||||
private static final String TEST_TOPIC = "test";
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@ import static org.mockito.Mockito.mock;
|
||||
*
|
||||
*/
|
||||
@EmbeddedKafka(topics = { "testCa", "testCb", "testC1", "testP" })
|
||||
public class ReactorKafkaBinderTests {
|
||||
class ReactorKafkaBinderTests {
|
||||
|
||||
@SuppressWarnings({ "rawtypes", "unchecked" })
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user