hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
test_observable_publisher.TestObservablePublisher Class Reference

Test hlcc.utils.observable_publisher.ObservablePublisher class. More...

Inheritance diagram for test_observable_publisher.TestObservablePublisher:

Public Member Functions

def setUp (self)
 
def test_publish_only_in_dds (self)
 Test the cases where we only publish in pubsub dds.
 
def test_publish_only_in_oldb (self)
 Test the cases where we only publish in Oldb.
 
def test_publish_dds_and_oldb (self)
 Test the case where we publish in both dds and Oldb.
 
def test_publish_multiple_entities (self)
 Test the case we have more than 1 entity publishing for the same Topic.
 

Public Attributes

 logger
 
 factory
 

Detailed Description

Test hlcc.utils.observable_publisher.ObservablePublisher class.

Member Function Documentation

◆ setUp()

def test_observable_publisher.TestObservablePublisher.setUp (   self)

◆ test_publish_dds_and_oldb()

def test_observable_publisher.TestObservablePublisher.test_publish_dds_and_oldb (   self)

Test the case where we publish in both dds and Oldb.

◆ test_publish_multiple_entities()

def test_observable_publisher.TestObservablePublisher.test_publish_multiple_entities (   self)

Test the case we have more than 1 entity publishing for the same Topic.

◆ test_publish_only_in_dds()

def test_observable_publisher.TestObservablePublisher.test_publish_only_in_dds (   self)

Test the cases where we only publish in pubsub dds.

◆ test_publish_only_in_oldb()

def test_observable_publisher.TestObservablePublisher.test_publish_only_in_oldb (   self)

Test the cases where we only publish in Oldb.

Member Data Documentation

◆ factory

test_observable_publisher.TestObservablePublisher.factory

◆ logger

test_observable_publisher.TestObservablePublisher.logger

The documentation for this class was generated from the following file: