Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "gtest/gtest.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdexcept>
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.