public void TestUpdateSameModInterference_TwoSameModElementsInCellList()
        {
            UpdateSameModInterferenceTestTwoSameModElementsInCellList tester
                = new UpdateSameModInterferenceTestTwoSameModElementsInCellList();

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

            tester.AssertValues(interference);
        }
Example #2
0
        public void TestUpdateSameModInterference_TwoSameModElementsInCellList()
        {
            UpdateSameModInterferenceTestTwoSameModElementsInCellList tester
                = new UpdateSameModInterferenceTestTwoSameModElementsInCellList();

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

            tester.AssertValues(interference);
        }