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

92 junit categories 2 #225

Merged
merged 3 commits into from
May 5, 2018
Merged

Conversation

skwirking
Copy link
Contributor

@skwirking skwirking commented Feb 11, 2017

Solves issue #92.

Specifying a JUnit category in the 'excludeGroups' entry of infinitest.filters will cause infinitest to ignore any test annotated with @Category(TheCategoryToIgnore.class).

Replaces pull request #160 which was based on code too old to be worth updating. Yeah, sorry it took me 2 years, 6 months, and 10 days to complete. :|

@codecov-io
Copy link

Codecov Report

Merging #225 into master will increase coverage by 0.07%.

@@             Coverage Diff              @@
##             master     #225      +/-   ##
============================================
+ Coverage     72.55%   72.62%   +0.07%     
- Complexity        0     1185    +1185     
============================================
  Files           178      178              
  Lines          3847     3891      +44     
  Branches        479      287     -192     
============================================
+ Hits           2791     2826      +35     
- Misses          963      970       +7     
- Partials         93       95       +2
Impacted Files Coverage Δ Complexity Δ
...rg/infinitest/testrunner/JUnitEventTranslator.java 100% <100%> (ø) 16 <3> (?)
...n/java/org/infinitest/testrunner/JUnit4Runner.java 83.33% <81.08%> (-1.29%) 20 <10> (+20)
...c/main/java/org/infinitest/TestNGConfigurator.java 89.47% <ø> (-10.53%) 4% <ø> (+4%)
...rg/infinitest/eclipse/InfinitestCoreClasspath.java 55.17% <ø> (-3.45%) 6% <ø> (+6%)
.../intellij/plugin/launcher/InfinitestPresenter.java 78.64% <ø> (-3.18%) 23% <ø> (+23%)
...nfinitest/eclipse/resolution/StackTraceFilter.java 100% <ø> (ø) 7% <ø> (+7%)
...org/infinitest/config/InfinitestConfiguration.java 100% <ø> (ø) 3% <ø> (+3%)
...in/java/org/infinitest/parser/JavaAssistClass.java 97.2% <ø> (+0.03%) 92% <ø> (+92%)
...nfinitest/eclipse/workspace/ClassPathResolver.java 89.47% <ø> (+1.23%) 8% <ø> (+8%)
...finitest/config/InfinitestConfigurationParser.java 95.23% <ø> (+1.9%) 7% <ø> (+7%)
... and 1 more

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 f47f921...5d37528. Read the comment docs.

@sarod sarod self-requested a review August 30, 2017 20:33
@sarod sarod merged commit 20638f5 into infinitest:master May 5, 2018
@sarod
Copy link
Member

sarod commented May 5, 2018

Thanks @skwirking and sorry for the long delay since your PR.

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