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