jpzk / mockedstreams

Scala DSL for Unit-Testing Processing Topologies in Kafka Streams
Apache License 2.0
187 stars 24 forks source link

Allow to pass built topology to MockedStreams #27

Closed wojda closed 6 years ago

wojda commented 6 years ago

As described in #26 this PR allows to pass a Topology to MockedStreams.

codecov[bot] commented 6 years ago

Codecov Report

Merging #27 into master will increase coverage by 2.27%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   95.55%   97.82%   +2.27%     
==========================================
  Files           1        1              
  Lines          45       46       +1     
  Branches        2        3       +1     
==========================================
+ Hits           43       45       +2     
+ Misses          2        1       -1
Impacted Files Coverage Δ
src/main/scala/MockedStreams.scala 97.82% <100%> (+2.27%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d699340...51e7e06. Read the comment docs.

jpzk commented 6 years ago

I will put it into the release branch for the next release