BudgetAnalyser.Engine.UnitTest.Statement.BankImportUtilitiesTest.FetchDecimalWithOutOfRangeIndexShouldThrow C# (CSharp) Метод

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

private FetchDecimalWithOutOfRangeIndexShouldThrow ( ) : void
Результат void
        public void FetchDecimalWithOutOfRangeIndexShouldThrow()
        {
            BankImportUtilities subject = CreateSubject();
            string[] testArray = CreateTestArray();

            subject.FetchDecimal(testArray, 12);

            Assert.Fail();
        }