#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) { … }
}