2013-10-11 10:05:01 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<TestCase name= "tst_VerifyExceptionThrown" >
<Environment >
<QtVersion > @INSERT_QT_VERSION_HERE@</QtVersion>
<QTestVersion > @INSERT_QT_VERSION_HERE@</QTestVersion>
</Environment>
<TestFunction name= "initTestCase" >
<Incident type= "pass" file= "" line= "0" />
2013-10-24 18:10:37 +00:00
<Duration msecs= "0" />
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name= "testCorrectStdTypes" >
<Incident type= "pass" file= "" line= "0" />
2013-10-24 18:10:37 +00:00
<Duration msecs= "0" />
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name= "testCorrectStdExceptions" >
<Incident type= "pass" file= "" line= "0" />
2013-10-24 18:10:37 +00:00
<Duration msecs= "0" />
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name= "testCorrectMyExceptions" >
<Incident type= "pass" file= "" line= "0" />
2013-10-24 18:10:37 +00:00
<Duration msecs= "0" />
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name= "testFailInt" >
2014-01-02 13:58:22 +00:00
<Incident type= "fail" file= "tst_verifyexceptionthrown.cpp" line= "128" >
2013-10-11 10:05:01 +00:00
<Description > <![CDATA[Expected exception of type double to be thrown but unknown exception caught]]> </Description>
</Incident>
2013-10-24 18:10:37 +00:00
<Duration msecs= "0" />
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name= "testFailStdString" >
2014-01-02 13:58:22 +00:00
<Incident type= "fail" file= "tst_verifyexceptionthrown.cpp" line= "133" >
2013-10-11 10:05:01 +00:00
<Description > <![CDATA[Expected exception of type char* to be thrown but unknown exception caught]]> </Description>
</Incident>
2013-10-24 18:10:37 +00:00
<Duration msecs= "0" />
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name= "testFailStdRuntimeError" >
2014-01-02 13:58:22 +00:00
<Incident type= "fail" file= "tst_verifyexceptionthrown.cpp" line= "138" >
2013-10-11 10:05:01 +00:00
<Description > <![CDATA[Expected exception of type std::runtime_error to be thrown but std::exception caught with message: logic error]]> </Description>
</Incident>
2013-10-24 18:10:37 +00:00
<Duration msecs= "0" />
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name= "testFailMyException" >
2014-01-02 13:58:22 +00:00
<Incident type= "fail" file= "tst_verifyexceptionthrown.cpp" line= "143" >
2013-10-11 10:05:01 +00:00
<Description > <![CDATA[Expected exception of type MyBaseException to be thrown but std::exception caught with message: logic error]]> </Description>
</Incident>
2013-10-24 18:10:37 +00:00
<Duration msecs= "0" />
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name= "testFailMyDerivedException" >
2014-01-02 13:58:22 +00:00
<Incident type= "fail" file= "tst_verifyexceptionthrown.cpp" line= "148" >
2013-10-11 10:05:01 +00:00
<Description > <![CDATA[Expected exception of type std::runtime_error to be thrown but std::exception caught with message: MyDerivedException]]> </Description>
</Incident>
2013-10-24 18:10:37 +00:00
<Duration msecs= "0" />
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name= "testFailNoException" >
2014-01-02 13:58:22 +00:00
<Incident type= "fail" file= "tst_verifyexceptionthrown.cpp" line= "153" >
2013-10-11 10:05:01 +00:00
<Description > <![CDATA[Expected exception of type std::exception to be thrown but no exception caught]]> </Description>
</Incident>
2013-10-24 18:10:37 +00:00
<Duration msecs= "0" />
2013-10-11 10:05:01 +00:00
</TestFunction>
<TestFunction name= "cleanupTestCase" >
<Incident type= "pass" file= "" line= "0" />
2013-10-24 18:10:37 +00:00
<Duration msecs= "0" />
2013-10-11 10:05:01 +00:00
</TestFunction>
2013-10-24 18:10:37 +00:00
<Duration msecs= "0" />
2013-10-11 10:05:01 +00:00
</TestCase>