コード例 #1
0
        public void TestDifferentModInterference_TwoElements_OneSameStrongestCell_OtherCellDifferentMod3()
        {
            CalculateDifferentModTestTwoElementsOneSameStrongestCellOtherCellDifferentMod3 tester
                = new CalculateDifferentModTestTwoElementsOneSameStrongestCellOtherCellDifferentMod3(result, cellList);

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

            tester.AssertValues(interference);
        }
コード例 #2
0
        public void TestDifferentModInterference_TwoElements_OneSameStrongestCell_OtherCellDifferentMod3()
        {
            CalculateDifferentModTestTwoElementsOneSameStrongestCellOtherCellDifferentMod3 tester
                = new CalculateDifferentModTestTwoElementsOneSameStrongestCellOtherCellDifferentMod3(result, cellList);

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