Knotx / knotx-junit5

JUnit 5 support and extensions for Vert.x projects
https://knotx.io
Apache License 2.0
0 stars 4 forks source link

Equals Ignore Whitespace assertion #29

Closed malaskowski closed 5 years ago

malaskowski commented 5 years ago

Description

Assertion to compare two strings ignoring whitespace

Motivation and Context

To replace and remove Hamcrest.

Types of changes

Checklist:


I hereby agree to the terms of the Knot.x Contributor License Agreement.

codecov[bot] commented 5 years ago

Codecov Report

Merging #29 into master will increase coverage by 0.74%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #29      +/-   ##
============================================
+ Coverage      79.7%   80.45%   +0.74%     
- Complexity      164      173       +9     
============================================
  Files            19       21       +2     
  Lines           680      706      +26     
  Branches         49       52       +3     
============================================
+ Hits            542      568      +26     
  Misses          106      106              
  Partials         32       32
Impacted Files Coverage Δ Complexity Δ
...va/io/knotx/junit5/assertions/KnotxAssertions.java 100% <100%> (ø) 5 <5> (?)
...o/knotx/junit5/assertions/KnotxAssertionsTest.java 100% <100%> (ø) 4 <4> (?)

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 9af7ca4...ebf3247. Read the comment docs.