(HashMap<String, String> params)
| 7 | public class BugService implements BugsInfterface{ |
| 8 | protected HashMap<String,String> params; |
| 9 | public void setParams(HashMap<String, String> params) { |
| 10 | this.params = params; |
| 11 | } |
| 12 | @Override |
| 13 | public boolean check() { |
| 14 | Object check = run("check"); |
no outgoing calls
no test coverage detected