#include <gtest/gtest.h>
#include <ros/ros.h>
#include <swri_roscpp/TestTopicServiceRequest.h>
#include <swri_roscpp/TestTopicServiceResponse.h>
#include <swri_roscpp/topic_service_client.h>
#include <swri_roscpp/topic_service_server.h>
Go to the source code of this file.
|  | 
| int | main (int argc, char **argv) | 
|  | 
|  | TEST (TopicServiceClientTests, testTopicServiceClient) | 
|  | 
|  | TEST (TopicServiceServerTests, testTopicServiceServer) | 
|  | 
      
        
          | int main | ( | int | argc, | 
        
          |  |  | char ** | argv | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | TEST | ( | TopicServiceClientTests | , | 
        
          |  |  | testTopicServiceClient |  | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | TEST | ( | TopicServiceServerTests | , | 
        
          |  |  | testTopicServiceServer |  | 
        
          |  | ) |  |  |