public void TestUpdateDifferentModInterference_TwoSameModElementsInCellList()
 {
     UpdateDifferentModInterferenceTestTwoSameModElementsInCellList tester
         = new UpdateDifferentModInterferenceTestTwoSameModElementsInCellList();
     IEnumerable<MeasurableCell> interference = tester.UpdateDifferentModInterference();
     tester.AssertValues(interference);
 }
        public void TestUpdateDifferentModInterference_TwoSameModElementsInCellList()
        {
            UpdateDifferentModInterferenceTestTwoSameModElementsInCellList tester
                = new UpdateDifferentModInterferenceTestTwoSameModElementsInCellList();
            IEnumerable <MeasurableCell> interference = tester.UpdateDifferentModInterference();

            tester.AssertValues(interference);
        }