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

            tester.AssertValues(interference);
        }