#include <gtest/gtest.h>#include <gmock/gmock.h>#include <cloudwatch_logger/log_node.h>#include <cloudwatch_logs_common/log_service.h>#include <cloudwatch_logs_common/log_batcher.h>#include <cloudwatch_logs_common/log_publisher.h>#include <cloudwatch_logs_common/log_service_factory.h>#include <rosgraph_msgs/Log.h>#include <utility>
Go to the source code of this file.
Classes | |
| class | LogBatcherMock |
| class | LogNodeFixture |
| class | LogPublisherMock |
| class | LogServiceFactoryMock |
| class | LogServiceMock |
Functions | |
| int | main (int argc, char **argv) |
| TEST_F (LogNodeFixture, TestInitialize) | |
| TEST_F (LogNodeFixture, TestRecordLogsUninitialized) | |
| TEST_F (LogNodeFixture, TestRecordLogsInitialized) | |
| TEST_F (LogNodeFixture, TestRecordLogSevBelowMinSeverity) | |
| TEST_F (LogNodeFixture, TestDontPublishTopicNames) | |
| TEST_F (LogNodeFixture, TestRecordLogSevEqGtMinSeverity) | |
| TEST_F (LogNodeFixture, TestRecordLogTopicsOk) | |
| TEST_F (LogNodeFixture, TestRecordLogIgnoreList) | |
| TEST_F (LogNodeFixture, Sanity) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 330 of file log_node_test.cpp.
| TEST_F | ( | LogNodeFixture | , |
| TestInitialize | |||
| ) |
Definition at line 158 of file log_node_test.cpp.
| TEST_F | ( | LogNodeFixture | , |
| TestRecordLogsUninitialized | |||
| ) |
Definition at line 164 of file log_node_test.cpp.
| TEST_F | ( | LogNodeFixture | , |
| TestRecordLogsInitialized | |||
| ) |
Definition at line 174 of file log_node_test.cpp.
| TEST_F | ( | LogNodeFixture | , |
| TestRecordLogSevBelowMinSeverity | |||
| ) |
Definition at line 184 of file log_node_test.cpp.
| TEST_F | ( | LogNodeFixture | , |
| TestDontPublishTopicNames | |||
| ) |
Definition at line 203 of file log_node_test.cpp.
| TEST_F | ( | LogNodeFixture | , |
| TestRecordLogSevEqGtMinSeverity | |||
| ) |
Definition at line 223 of file log_node_test.cpp.
| TEST_F | ( | LogNodeFixture | , |
| TestRecordLogTopicsOk | |||
| ) |
Definition at line 249 of file log_node_test.cpp.
| TEST_F | ( | LogNodeFixture | , |
| TestRecordLogIgnoreList | |||
| ) |
Definition at line 309 of file log_node_test.cpp.
| TEST_F | ( | LogNodeFixture | , |
| Sanity | |||
| ) |
Definition at line 326 of file log_node_test.cpp.