|
proxygen
|
#include <gmock/gmock.h>#include <gtest/gtest.h>#include <fizz/crypto/test/TestUtil.h>#include <fizz/extensions/exportedauth/ExportedAuthenticator.h>#include <fizz/protocol/test/Mocks.h>#include <fizz/protocol/test/TestMessages.h>#include <fizz/record/Extensions.h>#include <fizz/record/Types.h>#include <folly/String.h>#include <folly/ssl/Init.h>Go to the source code of this file.
Classes | |
| class | fizz::test::AuthenticatorTest |
| class | fizz::test::ValidateAuthenticatorTest |
Namespaces | |
| fizz | |
| fizz::test | |
Functions | |
| fizz::test::TEST (ExportedAuthenticatorTest, TestAuthenticatorRequest) | |
| fizz::test::TEST (ExportedAuthenticatorTest, TestEmptyAuthenticatorRequest) | |
| fizz::test::TEST_F (AuthenticatorTest, TestValidAuthenticator) | |
| fizz::test::TEST_F (AuthenticatorTest, TestEmptyAuthenticator) | |
| fizz::test::TEST (ExportedAuthenticatorTest, TestGetContext) | |
| fizz::test::TEST_F (ValidateAuthenticatorTest, TestValidateValidAuthenticator) | |
| fizz::test::TEST_F (ValidateAuthenticatorTest, TestValidateEmptyAuthenticator) | |
Variables | |
| StringPiece | fizz::test::expected_auth_request |
| StringPiece | fizz::test::expected_authenticator |
| StringPiece | fizz::test::expected_cr_context = {"303132333435363738396162636465666768696a"} |
| StringPiece | fizz::test::expected_cert |
| StringPiece | fizz::test::expected_empty_authenticator |