We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The commit d9b72a5 deleted a whole bunch of unit tests from the common library.
This is because it uses a lot of Mockito mocks without code generation and this doesn't work with type safety.
So, we need to generate the mocks and replace all the hand crafted mocks with the generated mocks. Also, you need to fix up compilation issues.
All the unit tests that don't compile have been tagged as skip-file and commented out. Try to uncommenting them to see the compilation errors.
skip-file
It would be great if you could even fix up a few test files at a time.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The commit d9b72a5 deleted a whole bunch of unit tests from the common library.
This is because it uses a lot of Mockito mocks without code generation and this doesn't work with type safety.
So, we need to generate the mocks and replace all the hand crafted mocks with the generated mocks. Also, you need to fix up compilation issues.
All the unit tests that don't compile have been tagged as
skip-file
and commented out. Try to uncommenting them to see the compilation errors.It would be great if you could even fix up a few test files at a time.
The text was updated successfully, but these errors were encountered: