Beispiel #1
0
        public void AnyFullName()
        {
            var anon = new AnonymousData();

            // Do this a few times to cover all branches.
            for (int i = 0; i < 50; ++i)
            {
                var name = anon.AnyFullName();

                Assert.NotNull(name);
            }
        }