Example #1
0
        public void AddItemBuggyProcess(string name)
        {
            var command = new AddItem(SequentialGuid.GenerateNewGuid());

            this.buggyApp.Send(command);
        }
Example #2
0
        public void AddItem(string name)
        {
            var command = new AddItem(SequentialGuid.GenerateNewGuid());

            this.app.Send(command);
        }