(int newValue)
| 142 | } |
| 143 | |
| 144 | public final void setNewValue(int newValue) { |
| 145 | this.newValue = newValue; |
| 146 | valueIntercepted = true; |
| 147 | } |
| 148 | |
| 149 | public final boolean isIntercepted() { |
| 150 | return valueIntercepted; |
no outgoing calls
no test coverage detected