()
| 97 | |
| 98 | |
| 99 | @At |
| 100 | public Object test(){ |
| 101 | NutMap nm = new NutMap(); |
| 102 | String contextPath = Mvcs.getServletContext().getContextPath(); |
| 103 | String realPath = Mvcs.getServletContext().getRealPath("/"); |
| 104 | String parent = new File(realPath).getParent(); |
| 105 | nm.setv("contextPath",contextPath); |
| 106 | nm.setv("realPath",realPath); |
| 107 | nm.setv("parent",parent); |
| 108 | return nm; |
| 109 | } |
| 110 | |
| 111 | Log log = Logs.get(); |
| 112 |
no outgoing calls
no test coverage detected