I would like to write Junit tests for my RTC(EWM) server side methods in Java. Main goal is to prepare server-independence environment. I would like to ask if someone has an experience with using Mockito framework for such purpose, and can share some examples? For instance, I would like to mock a behavior of "getService(MyService.class).myMethod()" kind of methods.