public void GetNextStep_ShouldReturnedWithNextSortKey() { Assert.AreEqual(_stepB, _dutWith3Steps.GetNextStep(_stepAId)); Assert.AreEqual(_stepC, _dutWith3Steps.GetNextStep(_stepBId)); Assert.IsNull(_dutWith3Steps.GetNextStep(_stepCId)); }