chromium/components/optimization_guide/core/model_execution/aqa_response_parser_unittest.cc

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

#include "components/optimization_guide/core/model_execution/aqa_response_parser.h"

#include "base/test/test.pb.h"
#include "base/test/test_future.h"
#include "components/optimization_guide/core/optimization_guide_util.h"
#include "components/optimization_guide/proto/features/compose.pb.h"
#include "components/optimization_guide/proto/features/history_answer.pb.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace optimization_guide {

ParseResponseFuture;

TEST(AqaResponseParserTest, Valid) {}

TEST(AqaResponseParserTest, Unanswerable) {}

TEST(AqaResponseParserTest, RecursiveAnswer) {}

TEST(AqaResponseParserTest, RecursiveUnanswerable) {}

}  // namespace optimization_guide