// 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 "cast/streaming/impl/ntp_time.h" #include <chrono> #include "gtest/gtest.h" #include "util/chrono_helpers.h" namespace openscreen::cast { TEST(NtpTimestampTest, SplitsIntoParts) { … } TEST(NtpTimestampTest, AssemblesFromParts) { … } TEST(NtpTimeConverterTest, ConvertsToNtpTimeAndBack) { … } } // namespace openscreen::cast