C# (CSharp) CommanderDemo.Test Namespace

Classes

Name Description
TestQueryContacts Test the QueryContacts command. We can use a single _handler instance since our command has only one method, we're just changing the inputs and testing the outputs.
TestQueryUsers Test the QueryContacts command. We can use a single _handler instance since our command has only one method, we're just changing the inputs and testing the outputs.
TestSaveContact Test the SaveContact command. We have a shared _handler, but some tests create their own instance to mock the dependencies differently.