|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <gtest/gtest-death-test.h>#include <gtest/gtest.h>#include <gtest/internal/gtest-filepath.h>Functions | |
| TEST (ConditionalDeathMacrosTest, WarnsWhenDeathTestsNotAvailable) | |
| void | FuncWithAssert (int *n) |
| TEST (ConditionalDeathMacrosTest, AssertDeatDoesNotReturnhIfUnsupported) | |
| TEST (ConditionalDeathMacrosSyntaxDeathTest, SingleStatement) | |
| TEST (ConditionalDeathMacrosSyntaxDeathTest, SwitchStatement) | |
| TEST (NotADeathTest, Test) | |
| void FuncWithAssert | ( | int * | n | ) |
| TEST | ( | ConditionalDeathMacrosTest | , |
| WarnsWhenDeathTestsNotAvailable | |||
| ) |
| TEST | ( | ConditionalDeathMacrosTest | , |
| AssertDeatDoesNotReturnhIfUnsupported | |||
| ) |
| TEST | ( | ConditionalDeathMacrosSyntaxDeathTest | , |
| SingleStatement | |||
| ) |
| TEST | ( | ConditionalDeathMacrosSyntaxDeathTest | , |
| SwitchStatement | |||
| ) |
| TEST | ( | NotADeathTest | , |
| Test | |||
| ) |
1.8.13