8000 Added example that mocking frameworks use proxy pattern · Srinath-rd/java-design-patterns@5c1a4f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c1a4f1

Browse files
authored
Added example that mocking frameworks use proxy pattern
1 parent 58dce1b commit 5c1a4f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ are several common situations in which the Proxy pattern is applicable
4141

4242
* [java.lang.reflect.Proxy](http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Proxy.html)
4343
* [Apache Commons Proxy](https://commons.apache.org/proper/commons-proxy/)
44+
* Mocking frameworks Mockito, Powermock, EasyMock
4445

4546
## Credits
4647

0 commit comments

Comments
 (0)
0