Added example that mocking frameworks use proxy pattern

This commit is contained in:
Narendra Pathai 2016-08-31 16:12:13 +05:30 committed by GitHub
parent 58dce1bd89
commit 5c1a4f1caf

View File

@ -41,6 +41,7 @@ are several common situations in which the Proxy pattern is applicable
* [java.lang.reflect.Proxy](http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Proxy.html)
* [Apache Commons Proxy](https://commons.apache.org/proper/commons-proxy/)
* Mocking frameworks Mockito, Powermock, EasyMock
## Credits