#include "third_party/blink/renderer/core/frame/deprecation/deprecation_report_body.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_binding_for_core.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_binding_for_testing.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
namespace blink {
namespace {
TEST(DeprecationReportBodyJSONTest, noAnticipatedRemoval) { … }
TEST(DeprecationReportBodyJSONTest, actualAnticipatedRemoval) { … }
}
}