| 8 | } |
| 9 | |
| 10 | TEST(Orientation, Default) { |
| 11 | EXPECT_EQ(Orientation(), Orientation::Default()); |
| 12 | EXPECT_EQ(Orientation::Default(), Orientation::RightDown()); |
| 13 | } |
| 14 | |
| 15 | TEST(Orientation, RightRotations) { |
| 16 | Orientation o = Orientation::RightDown(); |
nothing calls this directly
no test coverage detected