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

/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DStringMapTest.cpp18 class StringMapTest : public testing::Test { class in namespace:__anon10736
70 const char StringMapTest::testKey[] = "key";
71 const uint32_t StringMapTest::testValue = 1u;
72 const char* StringMapTest::testKeyFirst = testKey;
73 size_t StringMapTest::testKeyLength = sizeof(testKey) - 1;
74 const std::string StringMapTest::testKeyStr(testKey);
77 TEST_F(StringMapTest, EmptyMapTest) {
82 TEST_F(StringMapTest, ConstEmptyMapTest) {
103 TEST_F(StringMapTest, SingleEntryMapTest) {
109 TEST_F(StringMapTest, ClearTes
[all...]

Completed in 64 milliseconds