chromium/components/dom_distiller/core/distillable_page_detector_unittest.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/dom_distiller/core/distillable_page_detector.h"

#include <memory>

#include "testing/gtest/include/gtest/gtest.h"

namespace dom_distiller {
namespace {

class Builder {};

}  // namespace

TEST(DomDistillerDistillablePageDetectorTest, TestCalculateThreshold) {}

TEST(DomDistillerDistillablePageDetectorTest, TestScoreAndClassify) {}

TEST(DomDistillerDistillablePageDetectorTest, TestScoreWrongNumberFeatures) {}

}  // namespace dom_distiller