13 void testClearImage_positive();
14 void testClearImage_negative();
16 void testRestartCanvas_positive();
17 void testRestartCanvas_negative();
19 void testGetMatrix_positive();
20 void testGetMatrix_negative();
22 void testMousePressEvent_positive();
23 void testMousePressEvent_negative();
25 void testMouseMoveEvent_positive();
26 void testMouseMoveEvent_negative();
28 void testMouseReleaseEvent_positive();
29 void testMouseReleaseEvent_negative();
Definition test_canvas.h:9