Exemplo n.º 1
0
        public static void UnitTest_08()
        {
            //这个测试测试try catch throw


            Test08.F();
        }
Exemplo n.º 2
0
 public static void F()
 {
     Test08 tt = new Test08();
     tt.vv = Color.FromArgb(1);
     
     tlist = new List<T04>();
     tlist.Add(new T04());
     tlist[0].name="cool";
     tlist.Add(new T04());
     tlist[1].name = "f**k";
     Debug.Log("tt:"+tlist[0].name);
     tlist[1].Test();
 }
Exemplo n.º 3
0
    public static void F()
    {
        Test08 tt = new Test08();

        tt.vv = new Color32(1, 1, 1, 1);//.FromArgb(1);

        tlist = new List <T04>();
        tlist.Add(new T04());
        tlist[0].name = "cool";
        tlist.Add(new T04());
        tlist[1].name = "f**k";
        Logger.Log("tt:" + tlist[0].name);
        tlist[1].Test();
    }
Exemplo n.º 4
0
 public static void F()
 {
     Test08 tt = new Test08();
     tt.Call();
     tt.vv = new Color32(1,1,1,1);//.FromArgb(1);
     
     tlist = new List<T04>();
     tlist.Add(new T04());
     tlist[0].name="cool";
     tlist.Add(new T04());
     tlist[1].name = "f**k";
     Logger.Log("tt:" + tlist[0].name);
     tlist[1].Test();
 }
Exemplo n.º 5
0
    public static void F()
    {
        Test08 tt = new Test08();

        tt.vv = Color.FromArgb(1);

        tlist = new List <T04>();
        tlist.Add(new T04());
        tlist[0].name = "cool";
        tlist.Add(new T04());
        tlist[1].name = "f**k";
        Debug.Log("tt:" + tlist[0].name);
        tlist[1].Test();
    }
Exemplo n.º 6
0
    public static void F()
    {
        Test08 tt = new Test08();

        tt.vv = Color.FromArgb(1);
    }