chromium/components/safe_browsing/core/browser/db/v4_rice_unittest.cc

// Copyright 2016 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/safe_browsing/core/browser/db/v4_rice.h"
#include "base/logging.h"
#include "testing/platform_test.h"

int32;
RepeatedField;

namespace safe_browsing {

class V4RiceTest : public PlatformTest {};

TEST_F(V4RiceTest, TestDecoderGetNextWordWithNoData) {}

TEST_F(V4RiceTest, TestDecoderGetNextBitsWithNoData) {}

TEST_F(V4RiceTest, TestDecoderGetNextValueWithNoData) {}

TEST_F(V4RiceTest, TestDecoderGetNextValueWithNoEntries) {}

TEST_F(V4RiceTest, TestDecoderGetNextValueWithInterestingValues) {}

TEST_F(V4RiceTest, TestDecoderIntegersWithNoData) {}

TEST_F(V4RiceTest, TestDecoderIntegersWithNegativeNumEntries) {}

TEST_F(V4RiceTest, TestDecoderIntegersWithNonPositiveRiceParameter) {}

TEST_F(V4RiceTest, TestDecoderIntegersWithOverflowValues) {}

TEST_F(V4RiceTest, TestDecoderIntegersWithOneValue) {}

TEST_F(V4RiceTest, TestDecoderIntegersWithMultipleValues) {}

TEST_F(V4RiceTest, TestDecoderPrefixesWithNoData) {}

TEST_F(V4RiceTest, TestDecoderPrefixesWithNegativeNumEntries) {}

TEST_F(V4RiceTest, TestDecoderPrefixesWithNonPositiveRiceParameter) {}

TEST_F(V4RiceTest, TestDecoderPrefixesWithOneValue) {}

TEST_F(V4RiceTest, TestDecoderPrefixesWithMultipleValues) {}

TEST_F(V4RiceTest, TestDecoderPrefixesWithOverflowValues) {}

}  // namespace safe_browsing