|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdexcept>#include "gtest/gtest.h"
Go to the source code of this file.
Functions | |
| void | Fail (const char *msg) |
| void | TestFailureThrowsRuntimeError () |
| int | main (int argc, char **argv) |
| void Fail | ( | const char * | msg | ) |
Definition at line 44 of file gtest_throw_on_failure_ex_test.cc.
| void TestFailureThrowsRuntimeError | ( | ) |
Definition at line 52 of file gtest_throw_on_failure_ex_test.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 79 of file gtest_throw_on_failure_ex_test.cc.
1.8.5