Exemplo n.º 1
0
        public void Protected()
        {
            CodeGeneratorTest cg = new CodeGeneratorTest();

            // test protected (but not abstract) stuff from within the class itself
            cg.TestProtectedProperties();
            cg.TestProtectedMethods();
        }
Exemplo n.º 2
0
		public void Protected ()
		{
			CodeGeneratorTest cg = new CodeGeneratorTest ();
			// test protected (but not abstract) stuff from within the class itself
			cg.TestProtectedProperties ();
			cg.TestProtectedMethods ();
		}