Exemplo n.º 1
0
        public void LazyInitConstructorTest()
        {
            LazyInit target = new LazyInit();

            target.Lazy();
            //Assert.Inconclusive("TODO: Implement code to verify target");
        }