// Copyright 2019 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "fxbarcode/cbc_pdf417i.h" #include <vector> #include "testing/gtest/include/gtest/gtest.h" TEST(CBC_PDF417ITest, Normal) { … } TEST(CBC_PDF417ITest, MaxLength) { … }