chromium/third_party/openscreen/src/util/string_util_unittest.cc

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

#include "util/string_util.h"

#include "gtest/gtest.h"

namespace openscreen::string_util {

// Reference: https://ascii-code.com
TEST(StringUtilTest, AsciiTest) {}

TEST(StringUtilTest, StartsAndEndsWith) {}

TEST(StringUtilTest, EqualsIgnoreCase) {}

TEST(StringUtilTest, AsciiStrToUpperLower) {}

TEST(StringUtilTest, StrCat) {}

}  // namespace openscreen::string_util