You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since actionlib is frequently used as part of a larger system, it would be nice if commonly used classes, e.g. SimpleActionClient, SimpleActionServer implemented an interface so that they can be easily mocked when unit testing the rest of the system. It doesn't seem like a big / breaking change and if the core devs are agreeable, I can prolly implement it and submit a PR.
The text was updated successfully, but these errors were encountered:
rcywongaa
changed the title
Implement interfaces for easier mockability
Implement interfaces for easier mocking
Jan 14, 2021
Since
actionlib
is frequently used as part of a larger system, it would be nice if commonly used classes, e.g.SimpleActionClient
,SimpleActionServer
implemented an interface so that they can be easily mocked when unit testing the rest of the system. It doesn't seem like a big / breaking change and if the core devs are agreeable, I can prolly implement it and submit a PR.The text was updated successfully, but these errors were encountered: