#include "components/reporting/storage/test_storage_module.h"
#include <utility>
#include "base/functional/callback.h"
#include "components/reporting/proto/synced/record.pb.h"
#include "components/reporting/proto/synced/record_constants.pb.h"
#include "components/reporting/storage/storage_module_interface.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
Invoke;
WithArg;
namespace reporting {
namespace test {
TestStorageModuleStrict::TestStorageModuleStrict() { … }
TestStorageModuleStrict::~TestStorageModuleStrict() = default;
const Record& TestStorageModuleStrict::record() const { … }
Priority TestStorageModuleStrict::priority() const { … }
void TestStorageModuleStrict::AddRecordSuccessfully(Priority priority,
Record record,
EnqueueCallback callback) { … }
}
}