Esempio n. 1
0
        /// <exception cref="System.Exception"/>
        public static void Main(string[] args)
        {
            TestText test = new TestText("main");

            test.TestIO();
            test.TestCompare();
            test.TestCoding();
            test.TestWritable();
            test.TestFind();
            test.TestValidate();
        }
Esempio n. 2
0
 public ConcurrentEncodeDecodeThread(TestText _enclosing, string name)
     : base(name)
 {
     this._enclosing = _enclosing;
 }