#include "ros/console.h"
#include "log4cxx/appenderskeleton.h"
#include "log4cxx/spi/loggingevent.h"
#include <vector>
#include <stdexcept>
#include <gtest/gtest.h>
#include <boost/shared_array.hpp>
#include <boost/regex.hpp>
Go to the source code of this file.
Classes | |
struct | AdvancedFilter |
struct | BasicFilter |
struct | ChangeFilter |
struct | TestAppender::Info |
class | TestAppender |
class | TestAppenderWithThrow |
Macros | |
#define | DEFINE_COND_TESTS(name, macro_base, level, log4cxx_level) |
#define | DEFINE_FILTER_TESTS(name, macro_base, level, log4cxx_level) |
#define | DEFINE_LEVEL_TESTS(name, macro_base, level, log4cxx_level) |
#define | DEFINE_ONCE_TESTS(name, macro_base, level, log4cxx_level) |
#define | DEFINE_THROTTLE_TESTS(name, macro_base, level, log4cxx_level) |
Functions | |
void | delayedThrottleFunc () |
void | delayedThrottleFunc2 () |
void | delayedThrottleStreamFunc () |
void | delayedThrottleStreamFunc2 () |
int | main (int argc, char **argv) |
void | onceFunc () |
void | onceStreamFunc () |
TEST (RosConsole, advancedFilter) | |
TEST (RosConsole, advancedFilterStream) | |
TEST (RosConsole, basicFilter) | |
TEST (RosConsole, basicFilterStream) | |
TEST (RosConsole, changeFilter) | |
TEST (RosConsole, changeFilterStream) | |
TEST (RosConsole, changingLevel) | |
TEST (RosConsole, changingLoggerLevel) | |
TEST (RosConsole, delayedStreamThrottle) | |
TEST (RosConsole, delayedThrottle) | |
TEST (RosConsole, formatter) | |
TEST (RosConsole, formatToBufferInitialLargerThanFormat) | |
TEST (RosConsole, formatToBufferInitialZero) | |
TEST (RosConsole, formatToString) | |
TEST (RosConsole, loggingLevels) | |
TEST (RosConsole, longPrintfStyleOutput) | |
TEST (RosConsole, once) | |
TEST (RosConsole, onceStream) | |
TEST (RosConsole, throttle) | |
TEST (RosConsole, throttleStream) | |
TEST (RosConsole, throwingAppender) | |
void | throttleFunc () |
void | throttleStreamFunc () |
Variables | |
BasicFilter | g_filter (true) |
#define DEFINE_COND_TESTS | ( | name, | |
macro_base, | |||
level, | |||
log4cxx_level | |||
) |
#define DEFINE_FILTER_TESTS | ( | name, | |
macro_base, | |||
level, | |||
log4cxx_level | |||
) |
#define DEFINE_LEVEL_TESTS | ( | name, | |
macro_base, | |||
level, | |||
log4cxx_level | |||
) |
#define DEFINE_ONCE_TESTS | ( | name, | |
macro_base, | |||
level, | |||
log4cxx_level | |||
) |
#define DEFINE_THROTTLE_TESTS | ( | name, | |
macro_base, | |||
level, | |||
log4cxx_level | |||
) |
TEST | ( | RosConsole | , |
formatToBufferInitialLargerThanFormat | |||
) |
BasicFilter g_filter(true) |