| 209 | }; |
| 210 | |
| 211 | TEST_F(BaseQuantityLoc, psi_parse_spaced) |
| 212 | { |
| 213 | const auto qParsed = Quantity::parse("1 psi"); |
| 214 | EXPECT_EQ(qParsed.getValue(), 6.8947572931683609); |
| 215 | } |
| 216 | |
| 217 | TEST_F(BaseQuantityLoc, psi_parse_no_space) |
| 218 | { |
nothing calls this directly
no test coverage detected