Exemplo n.º 1
0
        public static void Main()
        {
            Master_ProfilerStringTests tests = new Master_ProfilerStringTests();

            tests.LengthTest();
            tests.CompareTest();
        }
Exemplo n.º 2
0
 public static void Main()
 {
     Master_ProfilerStringTests tests = new Master_ProfilerStringTests();
     tests.LengthTest();
     tests.CompareTest();
 }