MCPcopy Create free account
hub / github.com/apache/mesos / TEST_F

Function TEST_F

src/tests/containerizer/fs_tests.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57TEST_F(FsTest, SupportedFS)
58{
59 EXPECT_SOME_TRUE(fs::supported("proc"));
60 EXPECT_SOME_TRUE(fs::supported("sysfs"));
61
62 EXPECT_SOME_FALSE(fs::supported("nonexistingfs"));
63}
64
65
66TEST_F(FsTest, Type)

Callers

nothing calls this directly

Calls 15

trimFunction · 0.85
typeFunction · 0.85
NoneClass · 0.85
touchFunction · 0.85
hasOptionMethod · 0.80
mkdtempMethod · 0.80
findByTargetMethod · 0.80
supportedFunction · 0.50
shellFunction · 0.50
getcwdFunction · 0.50
readFunction · 0.50
parseFunction · 0.50

Tested by

no test coverage detected