Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cjx_hostpseudomodel_embeddertest.cpp
Go to the documentation of this file.
1
// Copyright 2019 The PDFium Authors
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#
include
"testing/gtest/include/gtest/gtest.h"
6
#
include
"testing/xfa_js_embedder_test.h"
7
8
class
CJXHostPseudoModelEmbedderTest
:
public
XFAJSEmbedderTest
{};
9
10
// Should not crash.
11
TEST_F
(
CJXHostPseudoModelEmbedderTest
,
Bug1256
) {
12
ASSERT_TRUE(OpenDocument(
"simple_xfa.pdf"
));
13
14
EXPECT_TRUE(Execute(
"$host.openList(1)"
));
15
}
TEST_F
TEST_F(CJXHostPseudoModelEmbedderTest, Bug1256)
Definition
cjx_hostpseudomodel_embeddertest.cpp:11
CJXHostPseudoModelEmbedderTest
Definition
cjx_hostpseudomodel_embeddertest.cpp:8
XFAJSEmbedderTest
Definition
xfa_js_embedder_test.h:19
qtwebengine
src
3rdparty
chromium
third_party
pdfium
fxjs
xfa
cjx_hostpseudomodel_embeddertest.cpp
Generated on
for Qt by
1.14.0