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
While working on upgrading to java 11 (requires some updates to Mocking libraries as well, see #2104) I came across a lot of test failures; also the unit tests for it rely to a complex set of Mocks and Mock classes, which I personally find hard to understand and to debug.
Replacing the mocks by the use of Sling Testing Mocks (and SlingContext) would help a lot to make both the testcases more understandable and help in the migration towards support of Java 11.
The text was updated successfully, but these errors were encountered:
While working on upgrading to java 11 (requires some updates to Mocking libraries as well, see #2104) I came across a lot of test failures; also the unit tests for it rely to a complex set of Mocks and Mock classes, which I personally find hard to understand and to debug.
Replacing the mocks by the use of Sling Testing Mocks (and SlingContext) would help a lot to make both the testcases more understandable and help in the migration towards support of Java 11.
The text was updated successfully, but these errors were encountered: