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
Is your feature request related to a problem? Please describe.
Unit testing using mocks is proving to be quite awkward. I saw BaseZeebeTest.cs and using that seemed like a much easier way to test.
Describe alternatives you've considered
We are currently testing using mocks e.g. mocking IPublishMessageCommandStep but it is quite cumbersome and unintuitive.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Unit testing using mocks is proving to be quite awkward. I saw
BaseZeebeTest.cs
and using that seemed like a much easier way to test.Describe the solution you'd like
I'd like
BaseZeebeTest.cs
(and all of the code it uses) to be made available as part of a nugget package so that my XUnit tests can inherit fromBaseZeebeTest
and useTestService.Requests
to assert on similar to tests in https://github.com/zeebe-io/zeebe-client-csharp/blob/master/Client.UnitTests/PublishMessageTest.csDescribe alternatives you've considered
We are currently testing using mocks e.g. mocking
IPublishMessageCommandStep
but it is quite cumbersome and unintuitive.The text was updated successfully, but these errors were encountered: