Blogs tagged Mockito
-
Java Proxy Design pattern – static proxy Dynamic proxy in Java – Variant1: InvocationHandler Dynamic proxy in Java – Variant2: Proxy using CGLIB Dynamic proxy in Java – Variant3: Create Proxy class dynamically via compiler API Proxy Pattern... Read More »0Comments1Like -
What is Mockito? Mockito is a mocking framework, JAVA-based library that is used for effective unit testing of JAVA applications. In our unit test there are usually some dependency on other external service implementation for example network or... Read More »4Comments7Likes