| 16 | }; |
| 17 | |
| 18 | TEST_F(Axis, TestDefault) |
| 19 | { |
| 20 | Base::Axis axis; |
| 21 | EXPECT_EQ(axis.getBase(), Base::Vector3d()); |
| 22 | EXPECT_EQ(axis.getDirection(), Base::Vector3d()); |
| 23 | } |
| 24 | |
| 25 | TEST_F(Axis, TestCustom) |
| 26 | { |
nothing calls this directly
no test coverage detected