Flutter Engine
The Flutter Engine
|
#include <memory>
#include "flutter/common/task_runners.h"
#include "flutter/fml/synchronization/waitable_event.h"
#include "flutter/runtime/dart_vm.h"
#include "flutter/shell/common/shell_test.h"
#include "flutter/shell/common/thread_host.h"
#include "flutter/testing/testing.h"
#include "third_party/dart/runtime/include/dart_api.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
namespace | flutter::testing |
Macros | |
#define | CHECK_DART_ERROR(name) EXPECT_FALSE(Dart_IsError(name)) << Dart_GetError(name) |
Typedefs | |
using | flutter::testing::HooksTest = ShellTest |
Functions | |
flutter::testing::TEST_F (HooksTest, HooksUnitTests) | |
#define CHECK_DART_ERROR | ( | name | ) | EXPECT_FALSE(Dart_IsError(name)) << Dart_GetError(name) |
Definition at line 23 of file hooks_unittests.cc.