Flutter Engine
The Flutter Engine
|
#include <memory>
#include <string>
#include "flutter/fml/macros.h"
#include "flutter/fml/message_loop.h"
#include "flutter/fml/task_runner.h"
#include "flutter/fml/thread.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Classes | |
class | flutter::testing::ThreadTest |
A fixture that creates threads with running message loops that are terminated when the test is done (the threads are joined then as well). While this fixture may be used on it's own, it is often sub-classed by other fixtures whose functioning requires threads to be created as necessary. More... | |
Namespaces | |
namespace | flutter |
namespace | flutter::testing |