public void TestSameModInterference_ThreeElements_OneSameStrongestCell_SecondCellSameMod3_ThirdCellSameMod3()
        {
            CalculateSameModTestThreeElementsOneSameStrongestCellSecondCellSameMod3ThirdCellSameMod3 tester
                = new CalculateSameModTestThreeElementsOneSameStrongestCellSecondCellSameMod3ThirdCellSameMod3();

            IEnumerable<MeasurableCell> interference = tester.UpdateSameModInterference();
            tester.AssertValues(interference);
        }
        public void TestSameModInterference_ThreeElements_OneSameStrongestCell_SecondCellSameMod3_ThirdCellSameMod3()
        {
            CalculateSameModTestThreeElementsOneSameStrongestCellSecondCellSameMod3ThirdCellSameMod3 tester
                = new CalculateSameModTestThreeElementsOneSameStrongestCellSecondCellSameMod3ThirdCellSameMod3();

            IEnumerable <MeasurableCell> interference = tester.UpdateSameModInterference();

            tester.AssertValues(interference);
        }