| 6 | using namespace Base; |
| 7 | |
| 8 | TEST(Unit, string_simple_numerator_no_denominator) |
| 9 | { |
| 10 | EXPECT_EQ(Unit::Length.getString(), "mm"); |
| 11 | } |
| 12 | |
| 13 | TEST(Unit, string_complex_numerator_no_denominator) |
| 14 | { |
nothing calls this directly
no test coverage detected