Ejemplo n.º 1
0
 public void LineParser_ReturnsSameText_On(string text)
 {
     _lineConverter.GetParsedLineFrom(text).Should().Be(text);
 }