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

Add tests that verify some ArchUnit rules #558

Merged
merged 1 commit into from
May 29, 2022
Merged

Conversation

uhafner
Copy link
Owner

@uhafner uhafner commented May 29, 2022

Provides tests for the rules:

  • ArchitectureRules.NO_PUBLIC_TEST_CLASSES
  • ArchitectureRules.ONLY_PACKAGE_PRIVATE_TEST_METHODS

@uhafner uhafner added the tests Enhancement of tests label May 29, 2022
@uhafner uhafner changed the title Add test that verifies some ArchUnit rules Add tests that verify some ArchUnit rules May 29, 2022
@uhafner uhafner force-pushed the arch-unit-rule-test branch from 6fb0e96 to d16429f Compare May 29, 2022 20:15
@codecov-commenter
Copy link

codecov-commenter commented May 29, 2022

Codecov Report

Merging #558 (5334e90) into main (c8ffda2) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #558   +/-   ##
=========================================
  Coverage     90.54%   90.54%           
  Complexity      109      109           
=========================================
  Files            10       10           
  Lines           423      423           
  Branches         59       59           
=========================================
  Hits            383      383           
  Misses           32       32           
  Partials          8        8           

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 c8ffda2...5334e90. Read the comment docs.

@uhafner uhafner force-pushed the arch-unit-rule-test branch from d16429f to 5334e90 Compare May 29, 2022 20:16
@uhafner uhafner merged commit dcf6b89 into main May 29, 2022
@uhafner uhafner deleted the arch-unit-rule-test branch May 29, 2022 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Enhancement of tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants