Ejemplo n.º 1
0
        public void TestCloseMultipleBugs()
        {
            commandHandler.Setup(x => x.Handle(It.IsAny <CloseMultipleBugs>())).Verifiable();

            bugController.CloseMultipleBugs(new int[3]);

            commandHandler.VerifyAll();
        }