You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
I figured out how to fix the stupidity of mock with a rather unusual crutch. So I can go back to full call verification, including self-call verification. The tests themselves need a little refactoring, there is repetitive template code that I would like to get rid of.
The tests are passing now.
The text was updated successfully, but these errors were encountered:
Although, I think its pointless to change anything. Im would make everything too confusing and unmaintable than fix something. I dont know how to solve this problem yet. But I can try to get rid of the Spring boot presence in the test code and switch to dependency injection via setters and mock classes manually without using springmockk.
I figured out how to fix the stupidity of mock with a rather unusual crutch. So I can go back to full call verification, including self-call verification. The tests themselves need a little refactoring, there is repetitive template code that I would like to get rid of.
The tests are passing now.
The text was updated successfully, but these errors were encountered: