e6ec6b56fb
Motivation: For whatever reason IntelliJ produces some testfailures when using mock(ChannelHandler.class). In this case it does not "correctly" detect that the @Skip annotation should not be taken into effect. Modifications: Use spy(...) to ensure we correctly invoke methods Result: No more tests failures when running via IntelliJ.