(int x, int y, int width, int height)
| 65 | } |
| 66 | |
| 67 | public void drawRect(int x, int y, int width, int height) { |
| 68 | implementationError(); |
| 69 | } |
| 70 | |
| 71 | public void drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) { |
| 72 | implementationError(); |
no test coverage detected