proxygen
fizz::test::SigSchemeTest Class Reference
Inheritance diagram for fizz::test::SigSchemeTest:
fizz::test::HandshakeTest testing::Test

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
- Public Member Functions inherited from fizz::test::HandshakeTest
void SetUp () override
 
void resetTransports ()
 
void resetTransportsAndStartCookieHandshake ()
 
void resetTransportsAndDoCookieHandshake ()
 
void doHandshake ()
 
void doClientHandshake ()
 
void doServerHandshake ()
 
void expectClientSuccess ()
 
void expectServerSuccess ()
 
void expectSuccess ()
 
void expectError (const std::string &clientStr, const std::string &serverStr)
 
void expectServerError (const std::string &clientError, const std::string &serverError)
 
void clientWrite (StringPiece write)
 
void serverWrite (StringPiece write)
 
void expectClientRead (StringPiece read)
 
void expectServerRead (StringPiece read)
 
void expectEarlyDataRejectError ()
 
void expectReplaySafety ()
 
void sendAppData ()
 
void verifyEarlyParameters ()
 
void verifyParameters ()
 
void setupResume ()
 
void setupResumeWithHRR ()
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
- Static Public Member Functions inherited from fizz::test::HandshakeTest
static bool certsMatch (const std::shared_ptr< const Cert > &a, const std::shared_ptr< const Cert > &b)
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void TearDown ()
 
 Test ()
 
virtual void TearDown ()
 
 Test ()
 
virtual void TearDown ()
 
- Protected Attributes inherited from fizz::test::HandshakeTest
EventBase evb_
 
std::shared_ptr< FizzClientContextclientContext_
 
std::shared_ptr< FizzServerContextserverContext_
 
AsyncFizzClient::UniquePtr client_
 
AsyncFizzServer::UniquePtr server_
 
std::shared_ptr< AES128CookieCiphercookieCipher_
 
fizz::client::test::MockHandshakeCallback clientCallback_
 
fizz::server::test::MockHandshakeCallback serverCallback_
 
folly::test::MockReadCallback readCallback_
 
std::shared_ptr< fizz::ClientExtensionsclientExtensions_
 
std::shared_ptr< fizz::ServerExtensionsserverExtensions_
 
LocalTransportclientTransport_
 
LocalTransportserverTransport_
 
MockReadCallback clientRead_
 
MockReadCallback serverRead_
 
MockReplaySafetyCallback replayCallback_
 
ExpectedParameters expected_
 

Detailed Description

Definition at line 391 of file HandshakeTest.cpp.


The documentation for this class was generated from the following file: