Пример #1
0
        public void ThrowIfNumberIsNegative_InnerTestClass_ThrowException()
        {
            var cls = new TestClass();
			Assert.Throws<ArgumentException>(() => cls.Execute(-2));
		}