#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include <aws/core/Aws.h>
#include <kinesis_video_streamer/ros_stream_subscription_installer.h>
#include <kinesis_video_streamer/streamer.h>
#include <kinesis_video_streamer/subscriber_callbacks.h>
#include <ros/ros.h>
Go to the source code of this file.
Classes | |
class | MockRosStreamSubscriptionInstaller |
class | TestStreamerNode |
Functions | |
int | main (int argc, char **argv) |
TEST_F (TestStreamerNode, CreateNode) | |
TEST_F (TestStreamerNode, InitializeStreamerNode) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 75 of file streamer_node_test.cpp.
TEST_F | ( | TestStreamerNode | , |
CreateNode | |||
) |
Definition at line 62 of file streamer_node_test.cpp.
TEST_F | ( | TestStreamerNode | , |
InitializeStreamerNode | |||
) |
Definition at line 67 of file streamer_node_test.cpp.