#include <test.h>
Definition at line 30 of file test.h.
◆ Test()
◆ ~Test()
| virtual testing::Test::~Test |
( |
| ) |
|
|
inlinevirtual |
◆ AddAssertionFailure()
| void testing::Test::AddAssertionFailure |
( |
| ) |
|
|
inline |
◆ AssertionFailures()
| int testing::Test::AssertionFailures |
( |
| ) |
const |
|
inline |
◆ Check()
| bool testing::Test::Check |
( |
bool |
condition, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
error |
|
) |
| |
◆ Failed()
| bool testing::Test::Failed |
( |
| ) |
const |
|
inline |
◆ Run()
| virtual void testing::Test::Run |
( |
| ) |
|
|
pure virtual |
◆ SetUp()
| virtual void testing::Test::SetUp |
( |
| ) |
|
|
inlinevirtual |
◆ TearDown()
| virtual void testing::Test::TearDown |
( |
| ) |
|
|
inlinevirtual |
◆ assertion_failures_
| int testing::Test::assertion_failures_ |
|
private |
◆ failed_
| bool testing::Test::failed_ |
|
private |
The documentation for this class was generated from the following files: