// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "platform/base/location.h" #include "gmock/gmock.h" #include "gtest/gtest.h" namespace openscreen { MatchesRegex; StartsWith; TEST(LocationTest, DefaultInitializedLocationIsNullptr) { … } TEST(LocationTest, ExpresslyInitializedLocationIsValid) { … } TEST(LocationTest, LocationFromHereIsValid) { … } } // namespace openscreen