Home
last modified time | relevance | path

Searched refs:insertIntoSourceContexts (Results 1 – 1 of 1) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dprojectstorage-test.cpp208 WriteStatement &insertIntoSourceContexts = storage.insertIntoSourceContextsStatement; member in __anon2a96ed8e0111::ProjectStorage
243 EXPECT_CALL(insertIntoSourceContexts, write(An<Utils::SmallStringView>())).Times(0); in TEST_F()
263 EXPECT_CALL(insertIntoSourceContexts, in TEST_F()
351 EXPECT_CALL(insertIntoSourceContexts, write(An<Utils::SmallStringView>())).Times(0); in TEST_F()
370 EXPECT_CALL(insertIntoSourceContexts, in TEST_F()
396 …EXPECT_CALL(insertIntoSourceContexts, write(TypedEq<Utils::SmallStringView>("/other/unknow/path"))) in TEST_F()
402 EXPECT_CALL(insertIntoSourceContexts, in TEST_F()