#include "base/test/scoped_feature_list.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/features.h"
#include "third_party/blink/renderer/platform/widget/input/prediction/filter_factory.h"
#include "ui/base/prediction/one_euro_filter.h"
#include "ui/base/ui_base_features.h"
namespace blink {
namespace test {
namespace {
Feature;
FilterType;
PredictorType;
}
class FilterFactoryTest : public testing::Test { … };
TEST_F(FilterFactoryTest, TestGetFilterType) { … }
TEST_F(FilterFactoryTest, TestCreateFilter) { … }
TEST_F(FilterFactoryTest, TestOneEuroNoParams) { … }
TEST_F(FilterFactoryTest, TestOneEuroParams) { … }
}
}