Exemple #1
0
 public static void return_own_stringshare()
 {
     {
         test.ITesting obj = new test.Testing();
         Test.AssertEquals("own_stringshare", obj.ReturnOwnStringshare());
     }
     System.GC.Collect();
 }