Flutter Engine
The Flutter Engine
|
#include <time.h>
#include <unistd.h>
#include <memory>
#include <fuchsia/intl/cpp/fidl.h>
#include <fuchsia/settings/cpp/fidl.h>
#include <lib/sys/cpp/component_context.h>
#include "flutter/fml/logging.h"
#include "flutter/fml/synchronization/count_down_latch.h"
#include "flutter/runtime/dart_vm.h"
#include "flutter/shell/common/shell_test.h"
Go to the source code of this file.
Classes | |
class | flutter::testing::FuchsiaShellTest |
Namespaces | |
namespace | flutter |
namespace | flutter::testing |
Macros | |
#define | FML_USED_ON_EMBEDDER |
Functions | |
flutter::testing::TEST_F (FuchsiaShellTest, LocaltimesVaryOnTimezoneChanges) | |
#define FML_USED_ON_EMBEDDER |
Definition at line 10 of file shell_fuchsia_unittests.cc.