9 #include "flutter/fml/macros.h"
13 #include "flutter/testing/testing.h"
17 #include "flutter/fml/platform/darwin/scoped_nsautorelease_pool.h"
23 :
public ::testing::TestWithParam<PlaygroundBackend> {
39 std::shared_ptr<TypographerContext> typographer_context);
46 const char* fixture_name,
47 bool enable_mipmapping =
false)
const;
50 const char* asset_name)
const;
64 fml::ScopedNSAutoreleasePool autorelease_pool_;
67 std::shared_ptr<TypographerContext> typographer_context_;
71 std::shared_ptr<GoldenPlaygroundTestImpl> pimpl_;