Пример #1
0
 public void TestSetUp()
 {
     library = new XenkoTexLibrary();
     Assert.IsTrue(library.SupportBGRAOrder());
 }
Пример #2
0
 public XenkoTexLibraryTest()
 {
     library = new XenkoTexLibrary();
     Assert.True(library.SupportBGRAOrder());
 }