chromium/mojo/public/cpp/base/string16_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 "base/strings/utf_string_conversions.h"
#include "mojo/public/cpp/base/big_buffer_mojom_traits.h"
#include "mojo/public/cpp/base/string16_mojom_traits.h"
#include "mojo/public/cpp/test_support/test_utils.h"
#include "mojo/public/mojom/base/string16.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace mojo_base {
namespace string16_unittest {

TEST(String16Test, Empty) {}

TEST(String16Test, NonEmpty) {}

TEST(BigString16Test, Empty) {}

TEST(BigString16Test, Short) {}

TEST(BigString16Test, Long) {}

}  // namespace string16_unittest
}  // namespace mojo_base