public void TestDifferentModInterference_ThreeElements_OneSameStrongestCell_SecondCellDifferentMod3_ThirdCellSameMod3() { CalculateDifferentModTestThreeElementsOneSameStrongestCellSecondCellDifferentMod3ThirdCellSameMod3 tester = new CalculateDifferentModTestThreeElementsOneSameStrongestCellSecondCellDifferentMod3ThirdCellSameMod3( result, cellList); IEnumerable <MeasurableCell> interference = result.CalculateDifferentModInterferences(cellList); tester.AssertValues(interference); }
public void TestDifferentModInterference_ThreeElements_OneSameStrongestCell_SecondCellDifferentMod3_ThirdCellSameMod3() { CalculateDifferentModTestThreeElementsOneSameStrongestCellSecondCellDifferentMod3ThirdCellSameMod3 tester = new CalculateDifferentModTestThreeElementsOneSameStrongestCellSecondCellDifferentMod3ThirdCellSameMod3( result, cellList); IEnumerable<MeasurableCell> interference = result.CalculateDifferentModInterferences(cellList); tester.AssertValues(interference); }