INNER CODE UNIT · C#
expectedNext
JetBrains/godot-support · debugger/debugger-worker-tests/src/ChildChunkingTests.cs:210
expectedNext = int.Parse(bounds[1]) + 1;
}
Assert.That(expectedNext, Is.EqualTo(10001), "Chunk labels must cover the whole range");
}
// ---------------------------------------------------------------------------------------------------
// Laziness
// ---------------------------------------------------------------------------------------------------
[Test]
public void EnumeratingTopLevelDoesNotBuildAnyChild()
{
var factory = new CountingFactory();
var rows = factory.Split(0, ChunkSize * ChunkSize + 1).ToList();
Assert.That(rows, Has.Count.EqualTo(2), "Precondition: the run is chunked");