MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / TEST

Function TEST

tests/src/Base/Unit.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace Base;
7
8TEST(Unit, string_simple_numerator_no_denominator)
9{
10 EXPECT_EQ(Unit::Length.getString(), "mm");
11}
12
13TEST(Unit, string_complex_numerator_no_denominator)
14{

Callers

nothing calls this directly

Calls 5

getTypeStringMethod · 0.80
getStringMethod · 0.45
powMethod · 0.45
rootMethod · 0.45
representationMethod · 0.45

Tested by

no test coverage detected