예제 #1
0
파일: VkErrorsTest.cs 프로젝트: kadkin/vk
        public void ThrowIfNumberIsNegative_InnerTestClass_ThrowException()
        {
            var cls = new TestClass();
			Assert.Throws<ArgumentException>(() => cls.Execute(-2));
		}