Tests.MatrixValidatorTests.TestIfInsideMethodReturnsFalseForTooLargeRow C# (CSharp) Метод

TestIfInsideMethodReturnsFalseForTooLargeRow() приватный Метод

private TestIfInsideMethodReturnsFalseForTooLargeRow ( ) : void
Результат void
        public void TestIfInsideMethodReturnsFalseForTooLargeRow()
        {
            Assert.IsFalse(this.validator.IsInsideMatrix(new byte[2, 5], 2, 2));
        }