Blender V5.0
blender::animrig::tests::ArmatureBoneCollectionsTestList Class Reference

Inherits testing::Test.

Inherited by blender::animrig::tests::ArmatureBoneCollectionsLiboverrides.

Protected Member Functions

void SetUp () override
void TearDown () override
testing::AssertionResult expect_bcolls (std::vector< std::string > expect_names)

Protected Attributes

bArmature arm = {}
BoneCollectionroot = nullptr
BoneCollectionchild0 = nullptr
BoneCollectionchild1 = nullptr
BoneCollectionchild2 = nullptr
BoneCollectionchild1_0 = nullptr

Detailed Description

Definition at line 1289 of file bone_collections_test.cc.

Member Function Documentation

◆ expect_bcolls()

testing::AssertionResult blender::animrig::tests::ArmatureBoneCollectionsTestList::expect_bcolls ( std::vector< std::string > expect_names)
inlineprotected

◆ SetUp()

void blender::animrig::tests::ArmatureBoneCollectionsTestList::SetUp ( )
inlineoverrideprotected

◆ TearDown()

void blender::animrig::tests::ArmatureBoneCollectionsTestList::TearDown ( )
inlineoverrideprotected

Member Data Documentation

◆ arm

bArmature blender::animrig::tests::ArmatureBoneCollectionsTestList::arm = {}
protected

◆ child0

BoneCollection* blender::animrig::tests::ArmatureBoneCollectionsTestList::child0 = nullptr
protected

Definition at line 1294 of file bone_collections_test.cc.

Referenced by SetUp().

◆ child1

BoneCollection* blender::animrig::tests::ArmatureBoneCollectionsTestList::child1 = nullptr
protected

Definition at line 1295 of file bone_collections_test.cc.

Referenced by SetUp().

◆ child1_0

BoneCollection* blender::animrig::tests::ArmatureBoneCollectionsTestList::child1_0 = nullptr
protected

Definition at line 1297 of file bone_collections_test.cc.

Referenced by SetUp().

◆ child2

BoneCollection* blender::animrig::tests::ArmatureBoneCollectionsTestList::child2 = nullptr
protected

Definition at line 1296 of file bone_collections_test.cc.

Referenced by SetUp().

◆ root

BoneCollection* blender::animrig::tests::ArmatureBoneCollectionsTestList::root = nullptr
protected

Definition at line 1293 of file bone_collections_test.cc.

Referenced by SetUp().


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