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.
Classes | |
class | ThrowListener |
Functions | |
void | Fail (const char *msg) |
static void | AssertFalse () |
TEST (Test, Test) | |
TEST (Test, Test2) | |
int | main (int argc, char **argv) |
Variables | |
int | kTestForContinuingTest = 0 |
void Fail | ( | const char * | msg | ) |
Definition at line 52 of file gtest_assert_by_exception_test.cc.
|
static |
Definition at line 58 of file gtest_assert_by_exception_test.cc.
TEST | ( | Test | , |
Test | |||
) |
Definition at line 64 of file gtest_assert_by_exception_test.cc.
TEST | ( | Test | , |
Test2 | |||
) |
Definition at line 98 of file gtest_assert_by_exception_test.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 102 of file gtest_assert_by_exception_test.cc.
int kTestForContinuingTest = 0 |
Definition at line 96 of file gtest_assert_by_exception_test.cc.