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

            IEnumerable<MeasurableCell> interference = result.CalculateDifferentModInterferences(cellList);
            tester.AssertValues(interference);
        }
コード例 #2
0
        public void TestDifferentModInterference_ThreeElements_OneSameStrongestCell_SecondCellDifferentMod3_ThirdCellDifferentMod3()
        {
            CalculateDifferentModTestThreeElementsOneSameStrongestCellSecondCellDifferentMod3ThirdCellDifferentMod3 tester
                = new CalculateDifferentModTestThreeElementsOneSameStrongestCellSecondCellDifferentMod3ThirdCellDifferentMod3(
                      result, cellList);

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

            tester.AssertValues(interference);
        }