示例#1
0
        private CodeToTest4 code;  // will be compiled into separate DLL

        //----< Testdriver constructor >---------------------------------

        /*
         *  For production code the test driver may need the tested code
         *  to provide a creational function.
         */
        public TestDriver4()
        {
            code = new CodeToTest4();
        }