class MockSimpleTextInputProtocol
Defined at line 18 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/mock_simple_text_input.h
gmock wrapper for efi_simple_text_input_protocol.
Public Members
FunctionMocker gmock01_Reset_25
FunctionMocker gmock01_ReadKeyStroke_26
Public Methods
void MockSimpleTextInputProtocol ()
Defined at line 21 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/mock_simple_text_input.h
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool)>::Result Reset (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool)>::template Arg<0>::type gmock_a0)
Defined at line 25 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/mock_simple_text_input.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (bool)> gmock_Reset (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool)>::template Arg<0>::type> & gmock_a0)
Defined at line 25 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/mock_simple_text_input.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (bool)> gmock_Reset (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool)> * )
Defined at line 25 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/mock_simple_text_input.h
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_input_key *)>::Result ReadKeyStroke (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_input_key *)>::template Arg<0>::type gmock_a0)
Defined at line 26 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/mock_simple_text_input.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (efi_input_key *)> gmock_ReadKeyStroke (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_input_key *)>::template Arg<0>::type> & gmock_a0)
Defined at line 26 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/mock_simple_text_input.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (efi_input_key *)> gmock_ReadKeyStroke (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_input_key *)> * )
Defined at line 26 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/mock_simple_text_input.h
void ExpectReadKeyStroke (char input)
Sets up expectations for ReadKeyStroke() to return the given char.
Defined at line 29 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/mock_simple_text_input.h
void ExpectReadKeyStrokes (const char ** input)
Defined at line 37 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/mock_simple_text_input.h
void ExpectRepeatedReadKeyStroke (char input)
Defined at line 48 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/mock_simple_text_input.h