libpalliate v0.0.1
Palliate core library
|
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include <palliate/logging/printer.hpp>
#include <palliate/logging/logger.hpp>
#include <palliate/logging/message.hpp>
#include "endpoints/dummy.hpp"
Classes | |
class | LoggingTest |
Functions | |
TEST (Logging, ensure_global_logger) | |
TEST_F (LoggingTest, enable) | |
TEST_F (LoggingTest, print_levels) | |
TEST_F (LoggingTest, print_raw) | |
TEST | ( | Logging | , |
ensure_global_logger | |||
) |
TEST_F | ( | LoggingTest | , |
enable | |||
) |
TEST_F | ( | LoggingTest | , |
print_levels | |||
) |
TEST_F | ( | LoggingTest | , |
print_raw | |||
) |