// A fixture base class for tests that need to change the log configuration, // or use a log file. After each test, the fixture will automatically restore // the log configuration and remove the test file (if used). // Provides TestLogFileName which is unique for each test, and is automatically // deleted after the test completes. class LogTestFixture : public testing::Test { private: char _filename[2 * K];
size_t _n_snapshots; char** _configuration_snapshot;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.