FunTester
Apr 26, 2021 · Backend Development
Resolving IllegalAccessException When Reflectively Invoking a Static Method in a Java Test Framework
The article details a Java reflection issue where invoking a static test method via ExecuteSource caused IllegalAccessException, explains the root cause related to method visibility, and shows how adding the public modifier fixes the problem, enabling successful distributed performance testing.
JavaPerformance TestingReflection
0 likes · 5 min read