MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TEST_F

Function TEST_F

serving/processor/storage/model_store_test.cc:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197};
198
199TEST_F(ModelStoreTest, InitSuccessWhenOssFileSystem) {
200 ModelConfig config = CreateValidModelConfig();
201 ModelStore ms(&config);
202 EXPECT_TRUE(ms.Init().ok());
203}
204
205TEST_F(ModelStoreTest, InitFailureWhenInvalidFileSystem) {
206 ModelConfig config = CreateInvalidModelConfig();

Callers

nothing calls this directly

Calls 4

CreateValidModelConfigFunction · 0.85
GetLatestVersionMethod · 0.80
okMethod · 0.45
InitMethod · 0.45

Tested by

no test coverage detected