| 46 | } // namespace |
| 47 | |
| 48 | TEST(BundleObjFile, InvalidLocation) |
| 49 | { |
| 50 | ASSERT_THROW(cppmicroservices::BundleObjFactory().CreateBundleFileObj("/does/not/exist/bogus.bundle"), |
| 51 | cppmicroservices::InvalidObjFileException); |
| 52 | } |
| 53 | |
| 54 | TEST(BundleObjFile, InvalidBinaryFileFormat) |
| 55 | { |
nothing calls this directly
no test coverage detected