Exemplo n.º 1
0
        public void AnyFirstName()
        {
            var anon = new AnonymousData();

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

                Assert.NotNull(name);
            }
        }