[Test Cleanup - Package Private]

- spring-cloud-stream-binder-kafka-streams module tests
This commit is contained in:
Soby Chacko
2023-11-02 14:29:14 -04:00
parent 6af434c18a
commit 116d8dc535
28 changed files with 49 additions and 49 deletions

View File

@@ -57,7 +57,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Soby Chacko
*/
@EmbeddedKafka(topics = "foo-2")
public class EventTypeRoutingWithInferredSerdeTests {
class EventTypeRoutingWithInferredSerdeTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2019-2021 the original author or authors.
* Copyright 2019-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2022-2022 the original author or authors.
* Copyright 2022-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -38,7 +38,7 @@ import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
* @author Chris Bono
*/
@EmbeddedKafka
public class KafkaStreamsBinderEnvironmentPostProcessorTests {
class KafkaStreamsBinderEnvironmentPostProcessorTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2019-2022 the original author or authors.
* Copyright 2019-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -57,7 +57,7 @@ import org.springframework.util.Assert;
import static org.assertj.core.api.Assertions.assertThat;
@EmbeddedKafka(topics = "foo-2")
public class KafkaStreamsEventTypeRoutingTests {
class KafkaStreamsEventTypeRoutingTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2021-2022 the original author or authors.
* Copyright 2021-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -53,7 +53,7 @@ import org.springframework.util.Assert;
import static org.assertj.core.api.Assertions.assertThat;
@EmbeddedKafka(topics = {"fooFuncanotherFooFunc-out-0", "bar"})
public class KafkaStreamsFunctionCompositionTests {
class KafkaStreamsFunctionCompositionTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017-2022 the original author or authors.
* Copyright 2017-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -72,7 +72,7 @@ import static org.mockito.internal.verification.VerificationModeFactory.times;
* @author Nico Pommerening
*/
@EmbeddedKafka(topics = "counts-id")
public class KafkaStreamsInteractiveQueryIntegrationTests {
class KafkaStreamsInteractiveQueryIntegrationTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -54,7 +54,7 @@ import org.springframework.util.ReflectionUtils;
import static org.assertj.core.api.Assertions.assertThat;
@EmbeddedKafka(topics = {"coffee", "electronics"})
public class MultipleFunctionsInSameAppTests {
class MultipleFunctionsInSameAppTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2022-2022 the original author or authors.
* Copyright 2022-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2021-2022 the original author or authors.
* Copyright 2021-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@ import org.springframework.kafka.test.context.EmbeddedKafka;
import static org.assertj.core.api.Assertions.assertThat;
@EmbeddedKafka
public class KafkaStreamsBinderJaasInitTests {
class KafkaStreamsBinderJaasInitTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2019-2022 the original author or authors.
* Copyright 2019-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -53,7 +53,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Soby Chacko
*/
@EmbeddedKafka(topics = {"counts", "foo", "bar"})
public class KafkaStreamsBinderWordCountBranchesFunctionTests {
class KafkaStreamsBinderWordCountBranchesFunctionTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2019-2022 the original author or authors.
* Copyright 2019-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -72,7 +72,7 @@ import org.springframework.util.Assert;
import static org.assertj.core.api.Assertions.assertThat;
@EmbeddedKafka(topics = {"counts", "counts-1", "counts-2", "counts-5", "counts-6"})
public class KafkaStreamsBinderWordCountFunctionTests {
class KafkaStreamsBinderWordCountFunctionTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2021-2022 the original author or authors.
* Copyright 2021-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -54,7 +54,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Soby Chacko
*/
@EmbeddedKafka(topics = {"testFunctionComponent-out", "testBiFunctionComponent-out", "testCurriedFunctionWithFunctionTerminal-out"})
public class KafkaStreamsComponentBeansTests {
class KafkaStreamsComponentBeansTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2019-2022 the original author or authors.
* Copyright 2019-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -46,7 +46,7 @@ import org.springframework.kafka.test.utils.KafkaTestUtils;
import static org.assertj.core.api.Assertions.assertThat;
@EmbeddedKafka
public class KafkaStreamsFunctionStateStoreTests {
class KafkaStreamsFunctionStateStoreTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2020-2022 the original author or authors.
* Copyright 2020-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -53,7 +53,7 @@ import static org.assertj.core.api.AssertionsForClassTypes.assertThatThrownBy;
import static org.assertj.core.api.AssertionsForInterfaceTypes.assertThat;
@EmbeddedKafka
public class KafkaStreamsRetryTests {
class KafkaStreamsRetryTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2019-2022 the original author or authors.
* Copyright 2019-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -53,7 +53,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Chris Bono
*/
@EmbeddedKafka(topics = { "topic1", "topic2" })
public class SerdesProvidedAsBeansTests {
class SerdesProvidedAsBeansTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2019-2022 the original author or authors.
* Copyright 2019-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -63,7 +63,7 @@ import org.springframework.kafka.test.utils.KafkaTestUtils;
import static org.assertj.core.api.Assertions.assertThat;
@EmbeddedKafka(topics = "enriched-order")
public class StreamToGlobalKTableFunctionTests {
class StreamToGlobalKTableFunctionTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -73,7 +73,7 @@ import org.springframework.util.Assert;
import static org.assertj.core.api.Assertions.assertThat;
@EmbeddedKafka(topics = "output-topic-1")
public class StreamToTableJoinFunctionTests {
class StreamToTableJoinFunctionTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2020-2022 the original author or authors.
* Copyright 2020-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -54,7 +54,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Soby Chacko
*/
@EmbeddedKafka(topics = {"topic1-dlq", "topic2-dlq"})
public class DlqDestinationResolverTests {
class DlqDestinationResolverTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -50,7 +50,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Soby Chacko
*/
@EmbeddedKafka(topics = "hello-dlt-1")
public class DltAwareProcessorTests {
class DltAwareProcessorTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2019-2022 the original author or authors.
* Copyright 2019-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Michael Stoettinger
*/
@EmbeddedKafka(topics = {"in.1", "in.2", "out"})
public class KafkaStreamsBinderDestinationIsPatternTests {
class KafkaStreamsBinderDestinationIsPatternTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2019-2022 the original author or authors.
* Copyright 2019-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -61,7 +61,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Chris Bono
*/
@EmbeddedKafka(topics = {"out", "out2"})
public class KafkaStreamsBinderHealthIndicatorTests {
class KafkaStreamsBinderHealthIndicatorTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017-2022 the original author or authors.
* Copyright 2017-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -62,7 +62,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Sarath Shyam
*/
@EmbeddedKafka(topics = "counts")
public class KafkaStreamsBinderMultipleInputTopicsTest {
class KafkaStreamsBinderMultipleInputTopicsTest {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017-2022 the original author or authors.
* Copyright 2017-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -54,7 +54,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Gary Russell
*/
@EmbeddedKafka(topics = "counts-id")
public class KafkaStreamsBinderPojoInputAndPrimitiveTypeOutputTests {
class KafkaStreamsBinderPojoInputAndPrimitiveTypeOutputTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017-2022 the original author or authors.
* Copyright 2017-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -63,7 +63,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Gary Russell
*/
@EmbeddedKafka(topics = "counts-1")
public class KafkaStreamsBinderTombstoneTests {
class KafkaStreamsBinderTombstoneTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 the original author or authors.
* Copyright 2018-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 the original author or authors.
* Copyright 2018-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -50,7 +50,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Soby Chacko
*/
@EmbeddedKafka
public class KafkaStreamsStateStoreIntegrationTests {
class KafkaStreamsStateStoreIntegrationTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017-2022 the original author or authors.
* Copyright 2017-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -57,7 +57,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Gary Russell
*/
@EmbeddedKafka(topics = "counts-id")
public class KafkastreamsBinderPojoInputStringOutputIntegrationTests {
class KafkastreamsBinderPojoInputStringOutputIntegrationTests {
private static final EmbeddedKafkaBroker embeddedKafka = EmbeddedKafkaCondition.getBroker();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2019-2022 the original author or authors.
* Copyright 2019-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*
* @author Soby Chacko
*/
public class CollectionSerdeTest {
class CollectionSerdeTest {
@Test
public void testCollectionsSerde() {