(Object[] args)
| 14 | return "chap14.java." + name; |
| 15 | } |
| 16 | public Object invoke(Object[] args) { |
| 17 | try { |
| 18 | return clazz.getDeclaredMethods()[0].invoke(null, args); |
| 19 | } catch (Exception e) { |
| 20 | throw new StoneException(e.getMessage()); |
| 21 | } |
| 22 | } |
| 23 | } |
no outgoing calls
no test coverage detected