FairMQ/test/device
Alexey Rybalchenko fc94342db8 Update state machine
- Split INITIALIZING state into Init+Bind+Connect
 - Remove PAUSE state
 - Convert state/transitions to enum classes (CamelCase)
 - Transition to a state only once previous handler is complete
 - Add CompleteInit transition to notify Initializing state
   that config updates are complete
 - Deprecate WaitForEndOfState(transition) in favor of
   WaitForState(state)/WaitForNextState()
 - Update tests/plugins to new APIs
 - Deprecate CheckCurrentState() in favor of NewStatePending()
2019-02-25 12:19:50 +01:00
..
_device_config.cxx Update state machine 2019-02-25 12:19:50 +01:00
_device_version.cxx Add more tests for custom main() 2018-08-27 17:37:22 +02:00
_exceptions.cxx Test more cases with interactive controller 2018-10-10 19:35:18 +02:00
_multiple_devices.cxx Update state machine 2019-02-25 12:19:50 +01:00
_waitfor.cxx Relocate some tests to more apropriate test suits 2018-09-20 14:05:44 +02:00
TestReceiver.h Remove sleeps from tests that were helping broken linger 2018-10-17 13:28:50 +02:00
TestSender.h Remove sleeps from tests that were helping broken linger 2018-10-17 13:28:50 +02:00