Lines Matching refs:cout
23 cout << "Checking for working exceptions (may crash) ... "; in main()
24 cout.flush(); in main()
42 cout << "Throwing 'Magick::WarningResourceLimit' exception" << endl; in main()
43 cout.flush(); in main()
48 cout << "Successfully caught 'Magick::WarningResourceLimit' exception" << endl; in main()
49 cout.flush(); in main()
66 cout << "Throwing library 'Magick::Exception' exception" << endl; in main()
67 cout.flush(); in main()
72 cout << "Successfully caught library 'Magick::Exception' exception" << endl; in main()
73 cout.flush(); in main()
81 cout << "Bogus catch: Caught exception: " << error_.what() << endl; in main()
82 cout.flush(); in main()
87 cout << "Bogus catch: Caught exception: " << error_.what() << endl; in main()
88 cout.flush(); in main()
94 cout << failures << " failures" << endl; in main()
95 cout.flush(); in main()
98 cout << "Exception testing passed!" << endl; in main()