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