126127128129130131132
{ verify(c); } public static void verify(Component c) throws Exception { verify(new ComponentApprovalWriter(c), FileTypes.Image); }