actionlib icon indicating copy to clipboard operation
actionlib copied to clipboard

Implement interfaces for easier mocking

Open rcywongaa opened this issue 5 years ago • 0 comments

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.

rcywongaa avatar Jan 14 '21 03:01 rcywongaa