public void TestSameModInterference_TwoElements_OneSameStrongestCell_OtherCellSameMod3()
        {
            CalculateSameModTestTwoElementsOneSameStrongestCellOtherCellSameMod3 tester
                = new CalculateSameModTestTwoElementsOneSameStrongestCellOtherCellSameMod3();

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

            tester.AssertValues(interference);
        }
        public void TestSameModInterference_TwoElements_OneSameStrongestCell_OtherCellSameMod3()
        {
            CalculateSameModTestTwoElementsOneSameStrongestCellOtherCellSameMod3 tester
                = new CalculateSameModTestTwoElementsOneSameStrongestCellOtherCellSameMod3();

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