| 49 | //----------------------------------------------------------------------------- |
| 50 | |
| 51 | TEST(gtpo_group, basic) |
| 52 | { |
| 53 | qan::Graph g; |
| 54 | EXPECT_EQ(g.get_group_count(), 0); |
| 55 | } |
| 56 | |
| 57 | TEST(gtpo_group, create) |
| 58 | { |
nothing calls this directly
no test coverage detected