示例#1
0
        public void TestDifferentModInterference_TwoElements_OneSameStrongestCell_OtherCellSameMod3()
        {
            CalculateDifferentModTestTwoElementsOneSameStrongestCellOtherCellSameMod3 tester
                = new CalculateDifferentModTestTwoElementsOneSameStrongestCellOtherCellSameMod3(result, cellList);

            IEnumerable <MeasurableCell> interference = result.CalculateDifferentModInterferences(cellList);

            tester.AssertValues(interference);
        }
        public void TestDifferentModInterference_TwoElements_OneSameStrongestCell_OtherCellSameMod3()
        {
            CalculateDifferentModTestTwoElementsOneSameStrongestCellOtherCellSameMod3 tester
                = new CalculateDifferentModTestTwoElementsOneSameStrongestCellOtherCellSameMod3(result, cellList);

            IEnumerable<MeasurableCell> interference = result.CalculateDifferentModInterferences(cellList);
            tester.AssertValues(interference);
        }