#include <sstream>
#include <common-utils/errors.hpp>
#include <common-utils/files.hpp>
#include <gtest/gtest.h>
Go to the source code of this file.
|
| | GTEST_TEST (testFileExceptions, fileNotFoundIsAFatalExceptionAndCanTerminateWhenHandled) |
| |
| | GTEST_TEST (testFileExceptions, derivedExceptionsCanBeCaughtByBaseFatalException) |
| |
◆ GTEST_TEST() [1/2]
| GTEST_TEST |
( |
testFileExceptions | , |
|
|
fileNotFoundIsAFatalExceptionAndCanTerminateWhenHandled | ) |
◆ GTEST_TEST() [2/2]
| GTEST_TEST |
( |
testFileExceptions | , |
|
|
derivedExceptionsCanBeCaughtByBaseFatalException | ) |