Example #1
0
 public static void return_stringshare()
 {
     {
         test.Testing obj = new test.TestingConcrete();
         Test.AssertEquals("stringshare", obj.ReturnStringshare());
     }
     System.GC.Collect();
 }