Assimp  v3.1.1 (June 2014)
utImporter.cpp File Reference

Classes

class  ImporterTest
 
class  TestPlugin
 

Macros

#define AIUT_DEF_ERROR_TEXT   "sorry, this is a test"
 
#define InputData_BLOCK_SIZE   1310
 

Functions

 TEST_F (ImporterTest, testMemoryRead)
 
 TEST_F (ImporterTest, testIntProperty)
 
 TEST_F (ImporterTest, testFloatProperty)
 
 TEST_F (ImporterTest, testStringProperty)
 
 TEST_F (ImporterTest, testPluginInterface)
 
 TEST_F (ImporterTest, testExtensionCheck)
 
 TEST_F (ImporterTest, testMultipleReads)
 

Variables

static const aiImporterDesc desc
 
static unsigned char InputData_abRawBlock [1310]
 

Macro Definition Documentation

#define AIUT_DEF_ERROR_TEXT   "sorry, this is a test"
#define InputData_BLOCK_SIZE   1310

Function Documentation

TEST_F ( ImporterTest  ,
testMemoryRead   
)
TEST_F ( ImporterTest  ,
testIntProperty   
)
TEST_F ( ImporterTest  ,
testFloatProperty   
)
TEST_F ( ImporterTest  ,
testStringProperty   
)
TEST_F ( ImporterTest  ,
testPluginInterface   
)
TEST_F ( ImporterTest  ,
testExtensionCheck   
)
TEST_F ( ImporterTest  ,
testMultipleReads   
)

Variable Documentation

const aiImporterDesc desc
static
Initial value:
= {
"UNIT TEST - IMPORTER",
"",
"",
"",
0,
0,
0,
0,
0,
"apple mac linux windows"
}
unsigned char InputData_abRawBlock[1310]
static