Searched refs:FileMatchTrieTest (Results 1 - 1 of 1) sorted by relevance

/external/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp136 class FileMatchTrieTest : public ::testing::Test { class in namespace:clang::tooling
138 FileMatchTrieTest() : Trie(new FakeComparator()) {} function in class:clang::tooling::FileMatchTrieTest
149 TEST_F(FileMatchTrieTest, InsertingRelativePath) {
155 TEST_F(FileMatchTrieTest, MatchingRelativePath) {
159 TEST_F(FileMatchTrieTest, ReturnsBestResults) {
165 TEST_F(FileMatchTrieTest, HandlesSymlinks) {
170 TEST_F(FileMatchTrieTest, ReportsSymlinkAmbiguity) {
177 TEST_F(FileMatchTrieTest, LongerMatchingSuffixPreferred) {
184 TEST_F(FileMatchTrieTest, EmptyTrie) {
188 TEST_F(FileMatchTrieTest, NoResul
[all...]

Completed in 148 milliseconds