ZIO
Python and C++ interface to ZeroMQ and Zyre
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
test_flow.TestFlow Class Reference
Inheritance diagram for test_flow.TestFlow:
Inheritance graph
[legend]
Collaboration diagram for test_flow.TestFlow:
Collaboration graph
[legend]

Public Member Functions

def setUp (self)
 
def test_conversation (self)
 
def test_flow_string (self)
 
def tearDown (self)
 

Public Attributes

 snode
 
 sflow
 
 cnode
 
 cflow
 

Static Public Attributes

int origin = 42
 

Detailed Description

Definition at line 12 of file test_flow.py.

Member Function Documentation

◆ setUp()

def test_flow.TestFlow.setUp (   self)

Definition at line 16 of file test_flow.py.

◆ tearDown()

def test_flow.TestFlow.tearDown (   self)

Definition at line 85 of file test_flow.py.

◆ test_conversation()

def test_flow.TestFlow.test_conversation (   self)

Definition at line 29 of file test_flow.py.

◆ test_flow_string()

def test_flow.TestFlow.test_flow_string (   self)

Definition at line 76 of file test_flow.py.

Member Data Documentation

◆ cflow

test_flow.TestFlow.cflow

Definition at line 27 of file test_flow.py.

◆ cnode

test_flow.TestFlow.cnode

Definition at line 23 of file test_flow.py.

◆ origin

int test_flow.TestFlow.origin = 42
static

Definition at line 14 of file test_flow.py.

◆ sflow

test_flow.TestFlow.sflow

Definition at line 21 of file test_flow.py.

◆ snode

test_flow.TestFlow.snode

Definition at line 17 of file test_flow.py.


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