Ejemplo n.º 1
0
		public void TestSuccessfulExecute ()
		{
			ISequenceCommand command = new SequenceCommandWithExecute ();
			TestDelegate testDelegate = delegate()
			{
				command.Execute();
			};
			Assert.DoesNotThrow (testDelegate);
		}
Ejemplo n.º 2
0
        public void TestSuccessfulExecute()
        {
            ISequenceCommand command      = new SequenceCommandWithExecute();
            TestDelegate     testDelegate = delegate()
            {
                command.Execute();
            };

            Assert.DoesNotThrow(testDelegate);
        }