|
Scroom 0.14-48-ga0fee447
|
#include <sstream>#include <spdlog/sinks/ostream_sink.h>#include <spdlog/spdlog.h>#include <gtest/gtest.h>#include <scroom/logger.hh>
Classes | |
| class | LoggerTests |
Functions | |
| output | erase (output.find_last_not_of("\r\n")+1) |
| EXPECT_EQ (testMessage, output) | |
Variables | |
| const std::string | testMessage = "hello from logger" |
| auto | output = oss.str() |
| output erase | ( | output.find_last_not_of("\r\n")+ | 1 | ) |
| EXPECT_EQ | ( | testMessage | , |
| output | |||
| ) |
| auto output = oss.str() |
| const std::string testMessage = "hello from logger" |