mockito icon indicating copy to clipboard operation
mockito copied to clipboard

Task: remove Invoker test/test_api incompatibility check

Open srawlins opened this issue 7 years ago • 1 comments

I am writing a check into Mockito 4.0.0, and Mockito 3.0.3, that checks for an incompatibility between the test and test_api packages. It should be removed at some point.

srawlins avatar Nov 05 '18 21:11 srawlins

I believe the split for test_api and test_core happened around test 1.4.0, or maybe earlier. mockito now depends on test ^1.16.0, so I believe we can remove the check.

srawlins avatar Jan 06 '22 18:01 srawlins