// 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 "public/fpdfview.h" #include "testing/gtest/include/gtest/gtest.h" #ifdef PDF_ENABLE_XFA TEST(FPDFView, BstrBadArgs) { … } TEST(FPDFView, BstrEmpty) { … } TEST(FPDFView, BstrNormal) { … } TEST(FPDFView, BstrReassign) { … } #endif // PDF_ENABLE_XFA