OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
TestOpalException.cpp File Reference
Include dependency graph for TestOpalException.cpp:

Go to the source code of this file.

Functions

 TEST (OpalExceptionTest, StoresLocationAndMessage)
 
 TEST (OpalExceptionTest, CopyPreservesLocationAndMessage)
 
 TEST (OpalExceptionTest, GenericExceptionIsCaughtAsOpalException)
 
 TEST (OpalExceptionTest, ParserExceptionsAreCaughtAsOpalException)
 
 TEST (OpalExceptionTest, ArithmeticDerivedExceptionsAreCaughtAsOpalException)
 

Function Documentation

◆ TEST() [1/5]

TEST ( OpalExceptionTest  ,
ArithmeticDerivedExceptionsAreCaughtAsOpalException   
)

Definition at line 41 of file TestOpalException.cpp.

◆ TEST() [2/5]

TEST ( OpalExceptionTest  ,
CopyPreservesLocationAndMessage   
)

Definition at line 16 of file TestOpalException.cpp.

References OpalException::what(), and OpalException::where().

Here is the call graph for this function:

◆ TEST() [3/5]

TEST ( OpalExceptionTest  ,
GenericExceptionIsCaughtAsOpalException   
)

Definition at line 24 of file TestOpalException.cpp.

References OpalException::what(), and OpalException::where().

Here is the call graph for this function:

◆ TEST() [4/5]

TEST ( OpalExceptionTest  ,
ParserExceptionsAreCaughtAsOpalException   
)

Definition at line 36 of file TestOpalException.cpp.

◆ TEST() [5/5]

TEST ( OpalExceptionTest  ,
StoresLocationAndMessage   
)

Definition at line 9 of file TestOpalException.cpp.

References OpalException::what(), and OpalException::where().

Here is the call graph for this function: