Exemplo n.º 1
0
            public void WhenGivenValue_FormatsProperly()
            {
                var actual = ArgumentsBuilderExtension.GetArgumentFromNullableUInt64Property(NullableUInt64Property, 5);

                Assert.That(actual, Is.EqualTo("--nullable-u-int64 5"));
            }