chromium/content/browser/handwriting/handwriting_recognition_service_impl_unittest.cc

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

#include "content/browser/handwriting/handwriting_recognition_service_impl.h"

#include <utility>

#include "base/run_loop.h"
#include "base/test/bind.h"
#include "content/browser/handwriting/handwriting_recognizer_impl.h"
#include "content/public/test/test_renderer_host.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "third_party/blink/public/mojom/handwriting/handwriting.mojom.h"

namespace content {

class HandwritingRecognitionServiceImplTest : public RenderViewHostTestHarness {};

TEST_F(HandwritingRecognitionServiceImplTest, CreateHandwritingRecognizer) {}

TEST_F(HandwritingRecognitionServiceImplTest, QueryHandwritingRecognizer) {}

}  // namespace content