Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.19.1
-
None
-
None
-
Windows and Linux (Ubuntu 14.04); Java 1.8.0 111 and 112 x64; junit 4.12; mockito 2.6.8; assertj 3.6.2
Description
When using argument captor together with assertThat::isInstanceOf in the example code that is provided an ClassCastException is expected. This behavior can be seen when running the test from command line and as well from Intellij which uses surefire plugin. However this code behaves predictably in Eclipse since it has its own test executor.