AutoMapper.UnitTests.Constructors.When_mapping_an_optional_GUID_constructor.Should_map_ok C# (CSharp) Method

Should_map_ok() private method

private Should_map_ok ( ) : void
return void
        public void Should_map_ok()
        {
            _destination.Id.ShouldEqual(Guid.Empty);
        }
    }
When_mapping_an_optional_GUID_constructor