(result)
| 197 | } |
| 198 | } |
| 199 | function fakeOpenDialog(result) { |
| 200 | return function(text, callback) { |
| 201 | return callback(result); |
| 202 | } |
| 203 | } |
| 204 | function fakeOpenNotification(matcher) { |
| 205 | return function(text) { |
| 206 | matcher(text); |
nothing calls this directly
no test coverage detected