public void TestSameModInterference_ThreeElements_OneSameStrongestCell_SecondCellDifferentMod3_ThirdCellDifferentMod3()
        {
            CalculateSameModTestThreeElementsOneSameStrongestCellSecondCellDifferentMod3ThirdCellDifferentMod3 tester
                = new CalculateSameModTestThreeElementsOneSameStrongestCellSecondCellDifferentMod3ThirdCellDifferentMod3();

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

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

            tester.AssertValues(interference);
        }