Blender V5.0
blender::io::obj::OBJMTLParserTest Class Reference

Inherits testing::Test.

Public Member Functions

void check_string (const char *text, const MTLMaterial *expect, size_t expect_count)
void check (const char *file, const MTLMaterial *expect, size_t expect_count)
void check_impl (StringRefNull mtl_file_path, StringRefNull file_dir, const MTLMaterial *expect, size_t expect_count)

Static Public Member Functions

static void SetUpTestCase ()
static void TearDownTestCase ()

Detailed Description

Definition at line 20 of file obj_mtl_parser_tests.cc.

Member Function Documentation

◆ check()

void blender::io::obj::OBJMTLParserTest::check ( const char * file,
const MTLMaterial * expect,
size_t expect_count )
inline

Definition at line 44 of file obj_mtl_parser_tests.cc.

References check_impl(), and SEP_STR.

◆ check_impl()

void blender::io::obj::OBJMTLParserTest::check_impl ( StringRefNull mtl_file_path,
StringRefNull file_dir,
const MTLMaterial * expect,
size_t expect_count )
inline

◆ check_string()

void blender::io::obj::OBJMTLParserTest::check_string ( const char * text,
const MTLMaterial * expect,
size_t expect_count )
inline

◆ SetUpTestCase()

void blender::io::obj::OBJMTLParserTest::SetUpTestCase ( )
inlinestatic

Definition at line 22 of file obj_mtl_parser_tests.cc.

References CLG_init().

◆ TearDownTestCase()

void blender::io::obj::OBJMTLParserTest::TearDownTestCase ( )
inlinestatic

Definition at line 26 of file obj_mtl_parser_tests.cc.

References CLG_exit().


The documentation for this class was generated from the following file: