(String param, boolean tf)
| 2 | |
| 3 | public abstract class Foobar implements Foo { |
| 4 | public abstract String doItWithParameters(String param, boolean tf); |
| 5 | |
| 6 | public abstract Integer doItWithInt(Integer param); |
| 7 | public abstract int doItWithPrimitiveInt(int param); |
no outgoing calls
no test coverage detected