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

Object under test should be concrete type and no interface #800

Open
RalfKoban opened this issue Feb 29, 2024 · 0 comments
Open

Object under test should be concrete type and no interface #800

RalfKoban opened this issue Feb 29, 2024 · 0 comments

Comments

@RalfKoban
Copy link
Owner

To ease development and be able to jump directly into code, an object under test should be a concrete type and no interface.
Otherwise, when attempting to jump into the code, you just end up in the interface and have to find out which implementation you actually want to inspect / test.

@RalfKoban RalfKoban added this to To do in MiKo Analyzers via automation Feb 29, 2024
@RalfKoban RalfKoban moved this from To do to Backlog in MiKo Analyzers Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
MiKo Analyzers
  
Backlog
Development

No branches or pull requests

1 participant