TestSimulator class. More...
Public Member Functions | |
def | testAttributes (self) |
Test attributes function. More... | |
def | testCommandLine (self) |
Test command line. More... | |
def | testConfig (self) |
Test configuration. More... | |
def | testEchoServerApplication (self) |
Test python-based application. More... | |
def | testIdentity (self) |
Test identify. More... | |
def | testSchedule (self) |
Test schedule. More... | |
def | testScheduleDestroy (self) |
Test schedule destroy. More... | |
def | testScheduleNow (self) |
Test schedule now. More... | |
def | testScheduleWithContext (self) |
Test schedule with context. More... | |
def | testSocket (self) |
Test socket. More... | |
def | testSubclass (self) |
Test subclass. More... | |
def | testTimeComparison (self) |
Test time comparison. More... | |
def | testTimeNumericOperations (self) |
Test numeric operations. More... | |
def | testTypeId (self) |
Test type ID. More... | |
Public Attributes | |
m_socket | |
Socket used by the server to listen to port. More... | |
port | |
Listen port for the server. More... | |
Private Attributes | |
__python_owns__ | |
EchoServer application class. More... | |
_args_received | |
args More... | |
_cb_time | |
current time More... | |
_context_received | |
context More... | |
_received_packet | |
received packet More... | |
TestSimulator class.
Definition at line 37 of file python-unit-tests.py.
def python-unit-tests.TestSimulator.testAttributes | ( | self | ) |
Test attributes function.
self | this object |
Definition at line 253 of file python-unit-tests.py.
def python-unit-tests.TestSimulator.testCommandLine | ( | self | ) |
Test command line.
self | this object |
Definition at line 313 of file python-unit-tests.py.
def python-unit-tests.TestSimulator.testConfig | ( | self | ) |
Test configuration.
self | this object |
Definition at line 200 of file python-unit-tests.py.
def python-unit-tests.TestSimulator.testEchoServerApplication | ( | self | ) |
Test python-based application.
self | this object |
Definition at line 363 of file python-unit-tests.py.
def python-unit-tests.TestSimulator.testIdentity | ( | self | ) |
Test identify.
self | this object |
Definition at line 284 of file python-unit-tests.py.
def python-unit-tests.TestSimulator.testSchedule | ( | self | ) |
Test schedule.
self | this object |
Definition at line 78 of file python-unit-tests.py.
References python-unit-tests.TestSimulator._args_received, python-unit-tests.TestSimulator._cb_time, and list.
def python-unit-tests.TestSimulator.testScheduleDestroy | ( | self | ) |
Test schedule destroy.
self | this object |
Definition at line 109 of file python-unit-tests.py.
References python-unit-tests.TestSimulator._args_received, python-unit-tests.TestSimulator._cb_time, and list.
def python-unit-tests.TestSimulator.testScheduleNow | ( | self | ) |
Test schedule now.
self | this object |
Definition at line 47 of file python-unit-tests.py.
def python-unit-tests.TestSimulator.testScheduleWithContext | ( | self | ) |
Test schedule with context.
self | this object |
Definition at line 143 of file python-unit-tests.py.
def python-unit-tests.TestSimulator.testSocket | ( | self | ) |
def python-unit-tests.TestSimulator.testSubclass | ( | self | ) |
Test subclass.
self | this object |
Definition at line 347 of file python-unit-tests.py.
def python-unit-tests.TestSimulator.testTimeComparison | ( | self | ) |
Test time comparison.
self | this object |
Definition at line 178 of file python-unit-tests.py.
def python-unit-tests.TestSimulator.testTimeNumericOperations | ( | self | ) |
Test numeric operations.
self | this object |
Definition at line 189 of file python-unit-tests.py.
def python-unit-tests.TestSimulator.testTypeId | ( | self | ) |
Test type ID.
self | this object |
Definition at line 301 of file python-unit-tests.py.
|
private |
EchoServer application class.
python_owns flag indicates that Cppyy should not manage the lifetime of this variable
Definition at line 418 of file python-unit-tests.py.
|
private |
args
Definition at line 58 of file python-unit-tests.py.
Referenced by python-unit-tests.TestSimulator.testSchedule(), and python-unit-tests.TestSimulator.testScheduleDestroy().
|
private |
current time
Definition at line 59 of file python-unit-tests.py.
Referenced by python-unit-tests.TestSimulator.testSchedule(), and python-unit-tests.TestSimulator.testScheduleDestroy().
|
private |
context
Definition at line 155 of file python-unit-tests.py.
|
private |
received packet
Definition at line 217 of file python-unit-tests.py.
python-unit-tests.TestSimulator.m_socket |
Socket used by the server to listen to port.
Definition at line 422 of file python-unit-tests.py.
python-unit-tests.TestSimulator.port |
Listen port for the server.
Definition at line 420 of file python-unit-tests.py.