Пример #1
0
        public void Should_be_able_to_verify_start()
        {
            _workflow.Expect((s) => s.Start()).Return(new Colour("red"));

            When_starting_workflow();
            _workflow.VerifyAllExpectations();
        }