#include "media/mojo/mojom/video_frame_metadata_mojom_traits.h"
#include "base/functional/callback_helpers.h"
#include "base/memory/ref_counted.h"
#include "base/test/task_environment.h"
#include "build/build_config.h"
#include "media/mojo/mojom/traits_test_service.mojom.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/geometry/rect.h"
namespace media {
namespace {
class VideoFrameMetadataStructTraitsTest
: public testing::Test,
public mojom::VideoFrameMetadataTraitsTestService { … };
}
TEST_F(VideoFrameMetadataStructTraitsTest, EmptyMetadata) { … }
TEST_F(VideoFrameMetadataStructTraitsTest, ValidMetadata) { … }
}