MCPcopy Create free account
hub / github.com/OGRECave/ogre / TEST_F

Function TEST_F

Tests/OgreMain/src/MeshSerializerTests.cpp:153–157  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

151}
152//--------------------------------------------------------------------------
153TEST_F(MeshSerializerTests,Mesh_clone)
154{
155 MeshPtr cloneMesh = mMesh->clone(mMesh->getName() + ".clone.mesh", mMesh->getGroup());
156 assertMeshClone(mMesh.get(), cloneMesh.get());
157}
158//--------------------------------------------------------------------------
159void MeshSerializerTests::testMesh(MeshVersion version)
160{

Callers

nothing calls this directly

Calls 15

copyFileFunction · 0.85
findResourceNamesMethod · 0.80
convertToMeshMethod · 0.80
addResourceLocationMethod · 0.80
getSubMeshMethod · 0.80
findElementBySemanticMethod · 0.80
getSourceMethod · 0.80
ColourValueFunction · 0.50
cloneMethod · 0.45
getNameMethod · 0.45
getMethod · 0.45
exportSkeletonMethod · 0.45

Tested by

no test coverage detected