C# (CSharp) CommanderDemo.Test 네임스페이스

클래스들

이름 설명
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.