Beispiel #1
0
 public void FormatLabel_should_render_correctly(string given, int desiredLength, string expected)
 {
     _formatter.FormatLabel(given, desiredLength).Should().Be(expected);
 }