Can you make assumptionsassumptions with Mockito?
If the method's not invoked, this would throw AssertionError and make the test fail.
then(mock).should().doSomething();
Instead, I want the test to be skipped, similar to assumeTrue()assumeTrue() (JUnit) or assumeThat()assumeThat() (AssertJ).
Mockito 4.11.0.