chromium/mojo/public/cpp/base/big_string_unittest.cc

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <string>

#include "base/rand_util.h"
#include "mojo/public/cpp/base/big_buffer_mojom_traits.h"
#include "mojo/public/cpp/base/big_string_mojom_traits.h"
#include "mojo/public/cpp/test_support/test_utils.h"
#include "mojo/public/mojom/base/big_string.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace mojo_base {
namespace big_string_unittest {

TEST(BigStringTest, Empty) {}

TEST(BigStringTest, Short) {}

TEST(BigStringTest, Long) {}

}  // namespace big_string_unittest
}  // namespace mojo_base