コード例 #1
0
 public void TestUpdateDifferentModInterference_TwoDifferentModElementsInCellList()
 {
     UpdateDifferentModInterferenceTestTwoDifferentModElementsInCellList tester
         = new UpdateDifferentModInterferenceTestTwoDifferentModElementsInCellList();
     IEnumerable<MeasurableCell> interference = tester.UpdateDifferentModInterference();
     tester.AssertValues(interference);
 }
コード例 #2
0
        public void TestUpdateDifferentModInterference_TwoDifferentModElementsInCellList()
        {
            UpdateDifferentModInterferenceTestTwoDifferentModElementsInCellList tester
                = new UpdateDifferentModInterferenceTestTwoDifferentModElementsInCellList();
            IEnumerable <MeasurableCell> interference = tester.UpdateDifferentModInterference();

            tester.AssertValues(interference);
        }