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

Restore Unit Tests #20

Open
MelbourneDeveloper opened this issue Sep 19, 2024 · 0 comments
Open

Restore Unit Tests #20

MelbourneDeveloper opened this issue Sep 19, 2024 · 0 comments
Labels

Comments

@MelbourneDeveloper
Copy link
Collaborator

MelbourneDeveloper commented Sep 19, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant