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

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

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