Esempio n. 1
0
 public void TearDown()
 {
     if (attr != null)
     {
         attr.Dispose();
     }
     attr = null;
 }
Esempio n. 2
0
 public void SetUp()
 {
     TestRuntime.AssertXcodeVersion(8, 0);
     attr = new MTLAttribute();
 }