TextParserTests ParseEmptyText Method Delta Engine Documentation

Namespace: DeltaEngine.Rendering2D.Fonts.Tests
Assembly: DeltaEngine.Rendering2D.Fonts.Tests (in DeltaEngine.Rendering2D.Fonts.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void ParseEmptyText()
Examples

[Test]
public void ParseEmptyText()
{
    var lines = parser.GetLines(GetSpaces(0));
    Assert.AreEqual(0, lines.Count);
}
See Also