FairMQ/test
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
..
channel Move Bind/Connect/Attach to FairMQChannel 2018-11-13 11:08:48 +01:00
device Update state machine 2019-02-25 12:19:50 +01:00
event_manager Use same runner.cxx/.h for all tests 2018-09-20 14:05:44 +02:00
helper Update state machine 2019-02-25 12:19:50 +01:00
memory_resources Allow implicit conversion factory->resource 2018-12-18 18:02:02 +01:00
message Add test for FairMQMessage::Rebuild 2018-11-28 21:16:29 +01:00
parts Use same runner.cxx/.h for all tests 2018-09-20 14:05:44 +02:00
plugin_services Update state machine 2019-02-25 12:19:50 +01:00
plugins Update state machine 2019-02-25 12:19:50 +01:00
poller Relocate some tests to more apropriate test suits 2018-09-20 14:05:44 +02:00
protocols Add simple test for factory pointer setting at receive 2018-11-27 14:36:35 +01:00
state_machine Fix warning 2018-11-28 16:55:34 +01:00
tools Add test for interface IP detection tools 2018-11-01 15:43:40 +01:00
transport Add options tests and (re-)/enable more nanomsg tests 2018-10-17 13:28:50 +02:00
CMakeLists.txt Update state machine 2019-02-25 12:19:50 +01:00
runner.cxx.in Use same runner.cxx/.h for all tests 2018-09-20 14:05:44 +02:00
runner.h Use same runner.cxx/.h for all tests 2018-09-20 14:05:44 +02:00
TestEnvironment.h.in provide FAIRMQ_PATH to test suites 2018-05-15 19:18:37 +02:00