Definition at line 30 of file focus_delegate_unittests.cc.
◆ FocusDelegateTest()
flutter_runner::testing::FocusDelegateTest::FocusDelegateTest |
( |
| ) |
|
|
inlineprotected |
◆ RunLoopUntilIdle()
void flutter_runner::testing::FocusDelegateTest::RunLoopUntilIdle |
( |
| ) |
|
|
inlineprotected |
◆ SetUp()
void flutter_runner::testing::FocusDelegateTest::SetUp |
( |
| ) |
|
|
inlineoverrideprotected |
Definition at line 36 of file focus_delegate_unittests.cc.
36 {
37 vrf_ = std::make_unique<FakeViewRefFocused>();
38 focuser_ = std::make_unique<FakeFocuser>();
40 vrf_bindings.AddBinding(
vrf_.get()),
41 focuser_bindings.AddBinding(
focuser_.get()));
42 }
std::unique_ptr< FakeFocuser > focuser_
std::unique_ptr< FocusDelegate > focus_delegate_
std::unique_ptr< FakeViewRefFocused > vrf_
◆ TearDown()
void flutter_runner::testing::FocusDelegateTest::TearDown |
( |
| ) |
|
|
inlineoverrideprotected |
Definition at line 44 of file focus_delegate_unittests.cc.
44 {
45 vrf_bindings.CloseAll();
46 focuser_bindings.CloseAll();
47 loop_.Quit();
48 loop_.ResetQuit();
49 }
◆ focus_delegate_
std::unique_ptr<FocusDelegate> flutter_runner::testing::FocusDelegateTest::focus_delegate_ |
|
protected |
◆ focuser_
std::unique_ptr<FakeFocuser> flutter_runner::testing::FocusDelegateTest::focuser_ |
|
protected |
◆ vrf_
The documentation for this class was generated from the following file: