|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
#include "Utilities/DomainError.h"#include "Utilities/GeneralOpalException.h"#include "Utilities/OpalException.h"#include "Utilities/ParseError.h"#include "Utilities/SDDSParser/SDDSParserException.h"#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
| TEST (OpalExceptionTest, StoresLocationAndMessage) | |
| TEST (OpalExceptionTest, CopyPreservesLocationAndMessage) | |
| TEST (OpalExceptionTest, GenericExceptionIsCaughtAsOpalException) | |
| TEST (OpalExceptionTest, ParserExceptionsAreCaughtAsOpalException) | |
| TEST (OpalExceptionTest, ArithmeticDerivedExceptionsAreCaughtAsOpalException) | |
| TEST | ( | OpalExceptionTest | , |
| ArithmeticDerivedExceptionsAreCaughtAsOpalException | |||
| ) |
Definition at line 41 of file TestOpalException.cpp.
| TEST | ( | OpalExceptionTest | , |
| CopyPreservesLocationAndMessage | |||
| ) |
Definition at line 16 of file TestOpalException.cpp.
References OpalException::what(), and OpalException::where().

| TEST | ( | OpalExceptionTest | , |
| GenericExceptionIsCaughtAsOpalException | |||
| ) |
Definition at line 24 of file TestOpalException.cpp.
References OpalException::what(), and OpalException::where().

| TEST | ( | OpalExceptionTest | , |
| ParserExceptionsAreCaughtAsOpalException | |||
| ) |
Definition at line 36 of file TestOpalException.cpp.
| TEST | ( | OpalExceptionTest | , |
| StoresLocationAndMessage | |||
| ) |
Definition at line 9 of file TestOpalException.cpp.
References OpalException::what(), and OpalException::where().
