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

Adding tests for DI #195

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Adding tests for DI #195

wants to merge 1 commit into from

Conversation

nojomyth-dev
Copy link
Contributor

Description

This PR adds some tests in a separate package for DI. A separate package is needed, since the annotation processor needs to run beforehand, thus a working version of DI is required (hen egg problem).

Fixes #94

Type of change

  • Bug Fix (non-breaking change to fix a bug)
  • New Feature (non-breaking change to add a feature)
  • User Configuration Change (change that requires migration of local user configuration)
  • Plugin API Addition (non-breaking additional feature to communicate with plugins)
  • Plugin API Change (breaking change the plugin API, which makes existing plugins incompatible)
  • Added tests

How to test

mvn clean install --> look at di-test

Checklist:

  • Code follows the coding guidelines
  • Code is understandable by others
  • Code is commented
  • Migration of local user data is included (if relevant)
  • No unexpected warnings or exceptions are thrown.
  • Plugin compatibility is checked (if relevant)
  • Unit Tests are added

Copy link

sonarqubecloud bot commented Jul 3, 2024

@nojomyth-dev nojomyth-dev requested a review from farion July 3, 2024 14:57
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.

Add Tests
1 participant