chromium/media/mojo/mojom/speech_recognition_result_mojom_traits_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 "media/mojo/mojom/speech_recognition_result_mojom_traits.h"

#include <vector>

#include "base/time/time.h"
#include "media/mojo/mojom/speech_recognition_result.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace media {

namespace {

base::TimeDelta kZeroTime =;
}

TEST(SpeechRecognitionResultStructTraitsTest, NoTimingInformation) {}

TEST(SpeechRecognitionResultStructTraitsTest, WithTimingInformation) {}

TEST(SpeechRecognitionResultStructTraitsTest,
     PartialResultWithTimingInformation) {}

TEST(SpeechRecognitionResultStructTraitsTest, WithInvalidHypothesisParts) {}

TEST(SpeechRecognitionResultStructTraitsTest, WithValidHypothesisParts) {}

}  // namespace media