Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endorsed MockitoTestNGListener in the documentation #2140

Merged
merged 1 commit into from Jan 6, 2021

Conversation

slawekjaranowski
Copy link
Member

After the latest changes in MockitoTestNGListener I sure that can be used without worry.

check list

  • Read the contributing guide
  • PR should be motivated, i.e. what does it fix, why, and if relevant how
  • If possible / relevant include an example in the description, that could help all readers
    including project members to get a better picture of the change
  • Avoid other runtime dependencies
  • Meaningful commit history ; intention is important please rebase your commit history so that each
    commit is meaningful and help the people that will explore a change in 2 years
  • The pull request follows coding style
  • Mention Fixes #<issue number> in the description if relevant
  • At least one commit should mention Fixes #<issue number> if relevant

@codecov-io
Copy link

codecov-io commented Dec 11, 2020

Codecov Report

Merging #2140 (dddcc0a) into release/3.x (b10d833) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@                Coverage Diff                @@
##             release/3.x    #2140      +/-   ##
=================================================
+ Coverage          84.88%   84.90%   +0.02%     
  Complexity          2721     2721              
=================================================
  Files                325      325              
  Lines               8277     8277              
  Branches             989      989              
=================================================
+ Hits                7026     7028       +2     
  Misses               980      980              
+ Partials             271      269       -2     
Impacted Files Coverage Δ Complexity Δ
src/main/java/org/mockito/Mockito.java 91.02% <ø> (ø) 55.00 <0.00> (ø)
...ain/java/org/mockito/junit/MockitoJUnitRunner.java 100.00% <ø> (ø) 5.00 <0.00> (ø)
...to/internal/util/concurrent/WeakConcurrentMap.java 41.48% <0.00%> (+2.12%) 11.00% <0.00%> (ø%)

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 b10d833...dddcc0a. Read the comment docs.

@slawekjaranowski
Copy link
Member Author

@mockitoguy what do you think?

@mockitoguy mockitoguy changed the title A little MockitoTestNGListener promotion Endorsed MockitoTestNGListener in the documentation Jan 6, 2021
@mockitoguy mockitoguy merged commit 9208854 into mockito:release/3.x Jan 6, 2021
@slawekjaranowski slawekjaranowski deleted the testng branch January 6, 2021 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants