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