summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/TestUtilities/TestStateMachineTarget.h
Commit message (Collapse)AuthorAgeFilesLines
* Safety and bug fixesJoel Fischer2016-07-211-1/+7
| | | | | | | * Expose the lifecycle manager’s managers so they can be mocked. * Modify a bit of code for clarity. * Clear the response dispatcher when the transport is disconnected. * State machine will only send one notification per transition.
* SDLStateMachine updates and testsJoel Fischer2016-06-301-0/+28
* [Enh] StateMachine constant strings are now constant strings * [Fix] StateMachine now sends notifications even if there isn't an associated target method * [Enh] StateMachine public method added with the notification name, which is also now the same for all transition types and constant for the state machine based on the target class name * StateMachine now has a bunch of tests