Exemplo n.º 1
0
        public void ShouldPrintSimpleObject()
        {
            var simple        = Simple.Build();
            var prettyPrinter = new PrettyPrinter();
            var result        = prettyPrinter.Print(simple);

            result.Should().Be("AnInteger: 1,012; AString: string; ADateTime: 2016-04-12T14:15:16.0000000Z; ADouble: 1,015.12; MyEnum: Value2");
        }