class ErrorReportingTest
Defined at line 38 of file ../../src/ui/scenic/lib/utils/tests/error_reporting_test.h
Protected Methods
void ErrorReportingTest ()
Defined at line 40 of file ../../src/ui/scenic/lib/utils/tests/error_reporting_test.cc
void ~ErrorReportingTest ()
Defined at line 42 of file ../../src/ui/scenic/lib/utils/tests/error_reporting_test.cc
ErrorReporter * error_reporter ()
Defined at line 47 of file ../../src/ui/scenic/lib/utils/tests/error_reporting_test.cc
void ExpectErrorCount (size_t errors_expected)
Verify that the expected number of errors were reported.
Defined at line 47 of file ../../src/ui/scenic/lib/utils/tests/error_reporting_test.h
std::shared_ptr<ErrorReporter> shared_error_reporter ()
Defined at line 49 of file ../../src/ui/scenic/lib/utils/tests/error_reporting_test.cc
void ExpectErrorAt (size_t pos, const char * expected_error_string)
Verify that the error at position |pos| in the list is as expected. If
|pos| is >= the number of errors, then the verification will fail. If no
error is expected, use nullptr as |expected_error_string|.
Defined at line 54 of file ../../src/ui/scenic/lib/utils/tests/error_reporting_test.cc
void ExpectLastReportedError (const char * expected_error_string)
Verify that the last reported error is as expected. If no error is
expected, use nullptr as |expected_error_string|.
Defined at line 66 of file ../../src/ui/scenic/lib/utils/tests/error_reporting_test.cc
void SetUp ()
| ::testing::Test |
Defined at line 74 of file ../../src/ui/scenic/lib/utils/tests/error_reporting_test.cc
void TearDown ()
| ::testing::Test |
Defined at line 80 of file ../../src/ui/scenic/lib/utils/tests/error_reporting_test.cc