Exemple #1
0
        public void EmptyTest()
        {
            var target = new Longitude(); // TODO: Initialize to an appropriate value

            target.Empty();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Exemple #2
0
 public void Empty()
 {
     Latitude.Empty();
     Longitude.Empty();
 }