RTC Toolkit 5.0.0
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
repositorySubscriberIfTestSuite.hpp File Reference

Header file declaring type parameterised tests for RepositorySubscriberIf. More...

#include <memory>
#include <rtctk/componentFramework/repositorySubscriberIf.hpp>
#include <gtest/gtest.h>
#include <chrono>
#include <stdexcept>
#include <thread>

Go to the source code of this file.

Classes

class  rtctk::componentFramework::test::ThreadSafeQ< T >
 
class  rtctk::componentFramework::test::Subscription
 

Namespaces

namespace  rtctk
 
namespace  rtctk::componentFramework
 
namespace  rtctk::componentFramework::test
 

Functions

void rtctk::componentFramework::test::Sleep ()
 
 rtctk::componentFramework::test::TEST_F (Subscription, ValueSubscription)
 
 rtctk::componentFramework::test::TEST_F (Subscription, MultipleSubscriptionsToSameDataPoint)
 
 rtctk::componentFramework::test::TEST_F (Subscription, NotifySubscriptionCausesNoDataRace)
 
 rtctk::componentFramework::test::TEST_F (Subscription, ValueSubscriptionToSymlink)
 
 rtctk::componentFramework::test::TEST_F (Subscription, CreateDeleteSubscription)
 
 rtctk::componentFramework::test::TEST_F (Subscription, CreateDeleteSubscriptionToSymlink)
 
 rtctk::componentFramework::test::TEST_F (Subscription, SubscribeShouldThrowForNonExistingDataPoint)
 

Variables

std::chrono::milliseconds rtctk::componentFramework::test::g_sleep_duration = std::chrono::milliseconds(0)
 

Detailed Description

Header file declaring type parameterised tests for RepositorySubscriberIf.