Exemple #1
0
        public void Test_Indices_CurrentIndicesContainCrashedIndex_1()
        {
            var input = new Indices(0, 1, 2);

            input.AddNewCrashedIndex(new[] { new KeyValuePair(1, 0), new KeyValuePair(2, 0) });
            Assert.True(input.CurrentIndicesContainCrashedIndex());
        }