Assimp  v4.1. (December 2018)
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)
 
 TEST_F (ImporterTest, SearchFileHeaderForTokenTest)
 

Variables

static const aiImporterDesc desc
 
static unsigned char InputData_abRawBlock [1310]
 

Macro Definition Documentation

◆ AIUT_DEF_ERROR_TEXT

#define AIUT_DEF_ERROR_TEXT   "sorry, this is a test"

◆ InputData_BLOCK_SIZE

#define InputData_BLOCK_SIZE   1310

Function Documentation

◆ TEST_F() [1/8]

TEST_F ( ImporterTest  ,
testMemoryRead   
)

◆ TEST_F() [2/8]

TEST_F ( ImporterTest  ,
testIntProperty   
)

◆ TEST_F() [3/8]

TEST_F ( ImporterTest  ,
testFloatProperty   
)

◆ TEST_F() [4/8]

TEST_F ( ImporterTest  ,
testStringProperty   
)

◆ TEST_F() [5/8]

TEST_F ( ImporterTest  ,
testPluginInterface   
)

◆ TEST_F() [6/8]

TEST_F ( ImporterTest  ,
testExtensionCheck   
)

◆ TEST_F() [7/8]

TEST_F ( ImporterTest  ,
testMultipleReads   
)

◆ TEST_F() [8/8]

TEST_F ( ImporterTest  ,
SearchFileHeaderForTokenTest   
)

Variable Documentation

◆ desc

const aiImporterDesc desc
static
Initial value:
= {
"UNIT TEST - IMPORTER",
"",
"",
"",
0,
0,
0,
0,
0,
"apple mac linux windows"
}

◆ InputData_abRawBlock

unsigned char InputData_abRawBlock[1310]
static