| 74 | } // unnamed namespace |
| 75 | |
| 76 | TEST(MongoExpressionFilterTest, createStage) |
| 77 | { |
| 78 | StageFactory f; |
| 79 | Stage* filter(f.createStage("filters.mongo")); |
| 80 | EXPECT_TRUE(filter); |
| 81 | } |
| 82 | |
| 83 | TEST(MongoExpressionFilterTest, noExpression) |
| 84 | { |
nothing calls this directly
no test coverage detected