From ede9aa910964c4ee1f5ecdf5e43c97ceef84b809 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Tue, 14 Jun 2022 10:06:54 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/java-unit-test-private-methods --- core-java-modules/core-java-reflection-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-reflection-2/README.md b/core-java-modules/core-java-reflection-2/README.md index a3c9d00b0a..8613845d4f 100644 --- a/core-java-modules/core-java-reflection-2/README.md +++ b/core-java-modules/core-java-reflection-2/README.md @@ -8,3 +8,4 @@ - [Finding All Classes in a Java Package](https://www.baeldung.com/java-find-all-classes-in-package) - [Invoke a Static Method Using Java Reflection API](https://www.baeldung.com/java-invoke-static-method-reflection) - [What Is the JDK com.sun.proxy.$Proxy Class?](https://www.baeldung.com/jdk-com-sun-proxy) +- [Unit Test Private Methods in Java](https://www.baeldung.com/java-unit-test-private-methods)