prjseal / SlackBotMessages

A .NET library to enable you to send bot messages in slack
MIT License
55 stars 19 forks source link

Interface for mocking #15

Open michaellegner opened 4 years ago

michaellegner commented 4 years ago

It would be really nice to have an interface for SbmClient so I can mock it.

ianbeemsterboerr commented 4 years ago

I don't know if this is still relevant for you, but I've added a PR in which this would be fixed

AntonioKoB commented 2 years ago

The interface would be nice indeed. I am doing a wrapper in order to make it testable. It would be nice to have @ianbeemsterboerr PR fixed and merged / released.

Thanks