public void Should_clone_object()
        {
            var sut = new GeolocationField(1, "my-geolocation", new GeolocationFieldProperties());

            Assert.NotEqual(sut, sut.Enable());
        }
Example #2
0
        public void Should_clone_object()
        {
            var sut = new GeolocationField(1, "my-geolocation", Partitioning.Invariant);

            Assert.NotEqual(sut, sut.Enable());
        }