u-RPC (Python API)  1.0.1
The u-RPC Remote Procedure Call framework
urpc_test.py_test.Py2PyTest Class Reference

u-RPC Python to Python end-to-end test. More...

Inheritance diagram for urpc_test.py_test.Py2PyTest:

Public Member Functions

def setUp (self)
 Set up test case. More...
 
def test_func_query (self)
 Test u-RPC function name to handle query. More...
 
def test_func_call (self)
 Test u-RPC function call. More...
 
def test_variable_data (self)
 Test u-RPC variable length data. More...
 
def test_urpc_string (self)
 Test u-RPC high level string type. More...
 
def test_multi_result (self)
 Test zero arguments and multiple results. More...
 
def test_variable_sig (self)
 Test u-RPC variable signature function. More...
 

Private Attributes

 _caller
 Caller endpoint. More...
 
 _callee
 Callee endpoint. More...
 

Detailed Description

u-RPC Python to Python end-to-end test.

Member Function Documentation

◆ setUp()

def urpc_test.py_test.Py2PyTest.setUp (   self)

Set up test case.

◆ test_func_call()

def urpc_test.py_test.Py2PyTest.test_func_call (   self)

Test u-RPC function call.

◆ test_func_query()

def urpc_test.py_test.Py2PyTest.test_func_query (   self)

Test u-RPC function name to handle query.

◆ test_multi_result()

def urpc_test.py_test.Py2PyTest.test_multi_result (   self)

Test zero arguments and multiple results.

◆ test_urpc_string()

def urpc_test.py_test.Py2PyTest.test_urpc_string (   self)

Test u-RPC high level string type.

◆ test_variable_data()

def urpc_test.py_test.Py2PyTest.test_variable_data (   self)

Test u-RPC variable length data.

◆ test_variable_sig()

def urpc_test.py_test.Py2PyTest.test_variable_sig (   self)

Test u-RPC variable signature function.

Member Data Documentation

◆ _callee

urpc_test.py_test.Py2PyTest._callee
private

Callee endpoint.

◆ _caller

urpc_test.py_test.Py2PyTest._caller
private

Caller endpoint.


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