rad  3.0.0
Classes | Functions
testTopicSub.cpp File Reference

Unit tests for the TopicSub class. More...

#include <rad/logger.hpp>
#include <rad/topicHandler.hpp>
#include <rad/topicSub.hpp>
#include <google/protobuf/stubs/common.h>
#include <gtest/gtest.h>
#include <chrono>
#include <thread>

Classes

class  TestTopicHandler
 
class  TestTopicSub
 

Functions

 TEST_F (TestTopicSub, Ctor)
 
 TEST_F (TestTopicSub, Ctor2)
 
 TEST_F (TestTopicSub, DISABLED_Subscribe)
 
 TEST_F (TestTopicSub, DISABLED_CleanupGoogleProtoBuf)
 
int main (int argc, char **argv)
 

Detailed Description

Unit tests for the TopicSub class.

Author
landolfa

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ TEST_F() [1/4]

TEST_F ( TestTopicSub  ,
Ctor   
)

◆ TEST_F() [2/4]

TEST_F ( TestTopicSub  ,
Ctor2   
)

◆ TEST_F() [3/4]

TEST_F ( TestTopicSub  ,
DISABLED_CleanupGoogleProtoBuf   
)

◆ TEST_F() [4/4]

TEST_F ( TestTopicSub  ,
DISABLED_Subscribe   
)