Question: (in java) Write a program that takes a class name as a command line argument and locates all public static methods whose name starts with
(in java) Write a program that takes a class name as a command line argument and locates all public static methods whose name starts with "test", take no parameters and return a boolean. Then invoke these methods and print out "test succeeded" if the method returns true and "test failed" if the method returns false.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
