mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Now that 'mockito-junit-jupiter' has been added to the build test dependencies, we may replace the manual setup & tear down of a Mockito session with the 'MockitoExtension' JUnit 5 test extension, as the old Mockito JUnit 4 test runner was no longer available upon upgrading to Jupiter. This slightly simplifies the tests which use '@Mock', '@Spy', etc. |
||
---|---|---|
.. | ||
src | ||
build.gradle |