File tree Expand file tree Collapse file tree
src/test/java/io/bootique/kafka/client
src/test/java/io/bootique/kafka/streams Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 <!-- Unit test dependencies -->
5353 <dependency >
5454 <groupId >io.bootique</groupId >
55- <artifactId >bootique-junit5 </artifactId >
55+ <artifactId >bootique-junit </artifactId >
5656 <scope >test</scope >
5757 </dependency >
5858 </dependencies >
Original file line number Diff line number Diff line change 5050 <!-- Unit test dependencies -->
5151 <dependency >
5252 <groupId >io.bootique</groupId >
53- <artifactId >bootique-junit5 </artifactId >
53+ <artifactId >bootique-junit </artifactId >
5454 <scope >test</scope >
5555 </dependency >
5656 <dependency >
Original file line number Diff line number Diff line change 1919
2020package io .bootique .kafka .client ;
2121
22- import io .bootique .junit5 .BQModuleTester ;
22+ import io .bootique .junit .BQModuleTester ;
2323import org .junit .jupiter .api .Test ;
2424
2525public class KafkaClientModuleTest {
Original file line number Diff line number Diff line change 2222import io .bootique .BQCoreModule ;
2323import io .bootique .BQRuntime ;
2424import io .bootique .Bootique ;
25- import io .bootique .junit5 .BQTest ;
25+ import io .bootique .junit .BQTest ;
2626import io .bootique .kafka .client .producer .KafkaProducerFactory ;
2727import org .apache .kafka .clients .producer .Producer ;
2828import org .apache .kafka .common .serialization .StringSerializer ;
Original file line number Diff line number Diff line change 2020package io .bootique .kafka .client ;
2121
2222import io .bootique .BQRuntime ;
23- import io .bootique .junit5 .BQApp ;
24- import io .bootique .junit5 .BQTest ;
23+ import io .bootique .junit .BQApp ;
24+ import io .bootique .junit .BQTest ;
2525import io .bootique .kafka .client .consumer .KafkaConsumerBuilder ;
2626import io .bootique .kafka .client .consumer .KafkaConsumerFactory ;
2727import io .bootique .kafka .client .consumer .KafkaPollingTracker ;
Original file line number Diff line number Diff line change 2020package io .bootique .kafka .client ;
2121
2222import io .bootique .BQRuntime ;
23- import io .bootique .junit5 .BQApp ;
24- import io .bootique .junit5 .BQTest ;
23+ import io .bootique .junit .BQApp ;
24+ import io .bootique .junit .BQTest ;
2525import io .bootique .kafka .client .consumer .KafkaConsumerFactory ;
2626import org .apache .kafka .clients .consumer .Consumer ;
2727import org .apache .kafka .clients .consumer .ConsumerConfig ;
Original file line number Diff line number Diff line change 6262 <!-- Unit test dependencies -->
6363 <dependency >
6464 <groupId >io.bootique</groupId >
65- <artifactId >bootique-junit5 </artifactId >
65+ <artifactId >bootique-junit </artifactId >
6666 <scope >test</scope >
6767 </dependency >
6868 <dependency >
Original file line number Diff line number Diff line change 1919package io .bootique .kafka .streams ;
2020
2121import io .bootique .BQRuntime ;
22- import io .bootique .junit5 .BQTest ;
23- import io .bootique .junit5 .BQTestFactory ;
24- import io .bootique .junit5 .BQTestTool ;
22+ import io .bootique .junit .BQTest ;
23+ import io .bootique .junit .BQTestFactory ;
24+ import io .bootique .junit .BQTestTool ;
2525import org .junit .jupiter .api .Test ;
2626
2727import static org .junit .jupiter .api .Assertions .*;
Original file line number Diff line number Diff line change 1818 */
1919package io .bootique .kafka .streams ;
2020
21- import io .bootique .junit5 .BQModuleTester ;
21+ import io .bootique .junit .BQModuleTester ;
2222import org .junit .jupiter .api .Test ;
2323
2424public class KafkaStreamsModuleTest {
Original file line number Diff line number Diff line change 2424 <parent >
2525 <groupId >io.bootique.modules.parent</groupId >
2626 <artifactId >bootique-modules-parent</artifactId >
27- <version >4.0.4 </version >
27+ <version >4.0.5 </version >
2828 </parent >
2929
3030 <groupId >io.bootique.kafka</groupId >
6060 </dependency >
6161 <dependency >
6262 <groupId >io.bootique</groupId >
63- <artifactId >bootique-junit5 </artifactId >
63+ <artifactId >bootique-junit </artifactId >
6464 <version >${project.version} </version >
6565 </dependency >
6666 <dependency >
You can’t perform that action at this time.
0 commit comments