示例#1
0
        //----< test method is where all the testing gets done >---------

        public bool test()
        {
            code.annunciator("second being tested");
            return(false);
        }
示例#2
0
        //----< test method is where all the testing gets done >---------

        public bool test()
        {
            code.annunciator();
            return(true);
        }