proxygen
StructuredHeadersStandardTest.cpp File Reference

Go to the source code of this file.

Classes

class  proxygen::StructuredHeadersStandardTest
 
class  proxygen::LegalStringTests
 
class  proxygen::LegalBinaryContentTests
 
class  proxygen::LegalIntegerTests
 
class  proxygen::LegalFloatTests
 
class  proxygen::IllegalItemTest
 
class  proxygen::IllegalListTest
 

Namespaces

 proxygen
 

Functions

 proxygen::TEST_P (LegalStringTests, LegalStrings)
 
 proxygen::TEST_P (LegalBinaryContentTests, LegalBinaryContent)
 
 proxygen::TEST_P (LegalIntegerTests, LegalIntegers)
 
 proxygen::TEST_P (LegalFloatTests, LegalFloats)
 
 proxygen::TEST_P (IllegalItemTest, IllegalItem)
 
 proxygen::TEST_P (IllegalListTest, IllegalList)
 
 proxygen::INSTANTIATE_TEST_CASE_P (TestLegalStrings, LegalStringTests,::testing::ValuesIn(kLegalStringTests))
 
 proxygen::INSTANTIATE_TEST_CASE_P (TestLegalBinaryContent, LegalBinaryContentTests,::testing::ValuesIn(kLegalBinContentTests))
 
 proxygen::INSTANTIATE_TEST_CASE_P (TestLegalInts, LegalIntegerTests,::testing::ValuesIn(kLegalIntTests))
 
 proxygen::INSTANTIATE_TEST_CASE_P (TestLegalFloats, LegalFloatTests,::testing::ValuesIn(kLegalFloatTests))
 
 proxygen::INSTANTIATE_TEST_CASE_P (TestIllegalItems, IllegalItemTest,::testing::ValuesIn(kIllegalItemTests))
 
 proxygen::INSTANTIATE_TEST_CASE_P (TestIllegalLists, IllegalListTest,::testing::ValuesIn(kIllegalListTests))
 
 proxygen::TEST_F (StructuredHeadersStandardTest, TestBasicList)
 
 proxygen::TEST_F (StructuredHeadersStandardTest, TestSingleItemList)
 
 proxygen::TEST_F (StructuredHeadersStandardTest, TestNoWhitespaceList)
 
 proxygen::TEST_F (StructuredHeadersStandardTest, TestExtraWhitespaceList)
 

Variables

static const std::vector< std::pair< std::string, std::string > > proxygen::kLegalStringTests
 
static const std::vector< std::pair< std::string, std::string > > proxygen::kLegalBinContentTests
 
static const std::vector< std::pair< std::string, int64_t > > proxygen::kLegalIntTests
 
static const std::vector< std::pair< std::string, double > > proxygen::kLegalFloatTests
 
static const std::vector< std::stringproxygen::kIllegalItemTests
 
static const std::vector< std::stringproxygen::kIllegalListTests