Example #1
0
            public void WhenGivenValue_FormatsProperly()
            {
                var actual = ArgumentsBuilderExtension.GetArgumentFromNullableInt64Property(NullableInt64Property, 5);

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