#include "third_party/blink/renderer/platform/media/smoothness_helper.h"
#include "base/memory/raw_ptr.h"
#include "base/run_loop.h"
#include "base/test/task_environment.h"
#include "base/time/time.h"
#include "media/learning/common/labelled_example.h"
#include "media/learning/common/learning_task_controller.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace blink {
FeatureValue;
FeatureVector;
LearningTask;
LearningTaskController;
ObservationCompletion;
TargetValue;
_;
ResultOf;
Return;
#define OPT_TARGET(m) …
#define COMPLETION_TARGET(m) …
class SmoothnessHelperTest : public testing::Test { … };
TEST_F(SmoothnessHelperTest, FeaturesAreReturned) { … }
TEST_F(SmoothnessHelperTest, MaxBadWindowsRecordsTrue) { … }
TEST_F(SmoothnessHelperTest, NNRTaskRecordsMaxNNRs) { … }
}