Home | History | Annotate | Download | only in ADT

Lines Matching refs:TEST

33 /// \brief A test class that tries to check that construction and destruction
74 // Test fixture, with helper functions implemented by forwarding to global
79 class DenseMapTest : public ::testing::Test {
166 // Test clear() method
176 // Test erase(iterator) method
186 // Test erase(value) method
196 // Test insert() method
203 // Test copy constructor method
212 // Test assignment operator method
221 // Test swap method
257 // A more complex iteration test
280 // const_iterator test
310 TEST(DenseMapCustomTest, FindAsTest) {