Esempio n. 1
0
 public void TestSetUp()
 {
     library = new AtitcTexLibrary();
     paraLib = new XenkoTexLibrary();
     Assert.IsFalse(library.SupportBGRAOrder());
 }
Esempio n. 2
0
 public XenkoTexLibraryTest()
 {
     library = new XenkoTexLibrary();
     Assert.True(library.SupportBGRAOrder());
 }
Esempio n. 3
0
 public void TestSetUp()
 {
     library = new XenkoTexLibrary();
     Assert.IsTrue(library.SupportBGRAOrder());
 }
Esempio n. 4
0
 public AtitcTexLibraryTest()
 {
     library = new AtitcTexLibrary();
     paraLib = new XenkoTexLibrary();
     Assert.False(library.SupportBGRAOrder());
 }