示例#1
0
 public void TestSetUp()
 {
     library = new XenkoTexLibrary();
     Assert.IsTrue(library.SupportBGRAOrder());
 }
示例#2
0
 public XenkoTexLibraryTest()
 {
     library = new XenkoTexLibrary();
     Assert.True(library.SupportBGRAOrder());
 }