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

Public Member Functions

def setUp (self)
 
def tearDown (self)
 
def test_01poll (self)
 
def test_02waitfor (self)
 
def test_03drain (self)
 
def test_04stop (self)
 

Public Attributes

 p1
 
 p2
 

Static Public Attributes

string nick1 = "zio_test_peer_nick1"
 
string nick2 = "zio_test_peer_nick2"
 

Detailed Description

Definition at line 10 of file test_peer.py.

Member Function Documentation

◆ setUp()

def test_peer.TestPeer.setUp (   self)

Definition at line 15 of file test_peer.py.

◆ tearDown()

def test_peer.TestPeer.tearDown (   self)

Definition at line 19 of file test_peer.py.

◆ test_01poll()

def test_peer.TestPeer.test_01poll (   self)

Definition at line 23 of file test_peer.py.

◆ test_02waitfor()

def test_peer.TestPeer.test_02waitfor (   self)

Definition at line 27 of file test_peer.py.

◆ test_03drain()

def test_peer.TestPeer.test_03drain (   self)

Definition at line 36 of file test_peer.py.

◆ test_04stop()

def test_peer.TestPeer.test_04stop (   self)

Definition at line 40 of file test_peer.py.

Member Data Documentation

◆ nick1

string test_peer.TestPeer.nick1 = "zio_test_peer_nick1"
static

Definition at line 12 of file test_peer.py.

◆ nick2

string test_peer.TestPeer.nick2 = "zio_test_peer_nick2"
static

Definition at line 13 of file test_peer.py.

◆ p1

test_peer.TestPeer.p1

Definition at line 16 of file test_peer.py.

◆ p2

test_peer.TestPeer.p2

Definition at line 17 of file test_peer.py.


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