Ejemplo n.º 1
0
 public void PrintToString_PrintingWithCulture_IfCultureWasSet()
 {
     printer = printer.SetCulture <double>(CultureInfo.InvariantCulture);
     printer.PrintToString(person).Should().Contain($"{nameof(person.Height)} = 1.85");
 }