// 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 <stdint.h> #include <tuple> #include "media/parsers/vp9_raw_bits_reader.h" #include "testing/gtest/include/gtest/gtest.h" namespace media { TEST(Vp9RawBitsReaderTest, ReadBool) { … } TEST(Vp9RawBitsReader, ReadLiteral) { … } TEST(Vp9RawBitsReader, ReadSignedLiteral) { … } } // namespace media