| 292 | } |
| 293 | |
| 294 | void __noinline loadStream(IDataSourceStream& stream) |
| 295 | { |
| 296 | stream.seekFrom(0, SeekOrigin::Start); |
| 297 | TEST_ASSERT(Json::deserialize(doc, stream)); |
| 298 | } |
| 299 | |
| 300 | void __noinline loadFile(const char* filename) |
| 301 | { |
nothing calls this directly
no test coverage detected