chromium/components/zucchini/io_utils_unittest.cc

// Copyright 2017 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/zucchini/io_utils.h"

#include <stdint.h>

#include <sstream>
#include <string>

#include "testing/gtest/include/gtest/gtest.h"

namespace zucchini {

TEST(IOUtilsTest, LimitedOutputStream) {}

TEST(IOUtilsTest, AsHex) {}

TEST(IOUtilsTest, PrefixSep) {}

TEST(IOUtilsTest, PrefixSepAlt) {}

TEST(IOUtilsTest, EatChar) {}

TEST(IOUtilsTest, StrictUInt) {}

TEST(IOUtilsTest, ParseSimpleEquations) {}

}  // namespace zucchini