#include "flutter/common/graphics/persistent_cache.h"#include <memory>#include "flutter/assets/directory_asset_bundle.h"#include "flutter/flow/layers/container_layer.h"#include "flutter/flow/layers/layer.h"#include "flutter/fml/command_line.h"#include "flutter/fml/file.h"#include "flutter/fml/log_settings.h"#include "flutter/fml/unique_fd.h"#include "flutter/shell/common/shell_test.h"#include "flutter/shell/common/switches.h"#include "flutter/shell/version/version.h"#include "flutter/testing/testing.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |
| namespace | flutter::testing |
Typedefs | |
| using | flutter::testing::PersistentCacheTest = ShellTest |
Functions | |
| static void | flutter::testing::CheckTextSkData (const sk_sp< SkData > &data, const std::string &expected) |
| static void | flutter::testing::ResetAssetManager () |
| static void | flutter::testing::CheckTwoSkSLsAreLoaded () |
| flutter::testing::TEST_F (PersistentCacheTest, CanLoadSkSLsFromAsset) | |
| flutter::testing::TEST_F (PersistentCacheTest, CanRemoveOldPersistentCache) | |
| flutter::testing::TEST_F (PersistentCacheTest, CanPurgePersistentCache) | |
| flutter::testing::TEST_F (PersistentCacheTest, PurgeAllowsFutureSkSLCache) | |