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