test/langtools/jdk/javadoc/doclet/testModules/TestModules.java
author jjg
Tue, 15 May 2018 14:41:06 -0700
changeset 50118 919c36db208c
parent 49551 0d4786e42471
child 50167 cc705c956798
permissions -rw-r--r--
8202614: Add ability to validate links in JavadocTester Reviewed-by: ksrini
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
     1
/*
48654
36f58bd6269f 8195796: Reduce the size of relative URLs in generated docs
jjg
parents: 48437
diff changeset
     2
 * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
     4
 *
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
     7
 * published by the Free Software Foundation.
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
     8
 *
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    13
 * accompanied this code).
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    14
 *
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    18
 *
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    21
 * questions.
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    22
 */
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    23
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    24
/*
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    25
 * @test
44196
f88c0e9cb102 8174974: Annotation type pages generated by javadoc is missing module information
bpatel
parents: 44195
diff changeset
    26
 * @bug 8154119 8154262 8156077 8157987 8154261 8154817 8135291 8155995 8162363
47861
4fab795915b6 8191464: jdk/javadoc/doclet/testModules/TestModules.java 2 of 333 subtests failed
jjg
parents: 47847
diff changeset
    27
 *      8168766 8168688 8162674 8160196 8175799 8174974 8176778 8177562 8175218
4fab795915b6 8191464: jdk/javadoc/doclet/testModules/TestModules.java 2 of 333 subtests failed
jjg
parents: 47847
diff changeset
    28
 *      8175823 8166306 8178043 8181622 8183511 8169819 8074407 8183037 8191464
49551
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
    29
        8164407 8192007 8182765 8196200
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    30
 * @summary Test modules support in javadoc.
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    31
 * @author bpatel
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    32
 * @library ../lib
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    33
 * @modules jdk.javadoc/jdk.javadoc.internal.tool
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    34
 * @build JavadocTester
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    35
 * @run main TestModules
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    36
 */
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    37
public class TestModules extends JavadocTester {
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    38
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    39
    public static void main(String... args) throws Exception {
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    40
        TestModules tester = new TestModules();
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    41
        tester.runTests();
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    42
    }
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    43
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    44
    /**
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    45
     * Test generated module pages for HTML 4.
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    46
     */
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    47
    @Test
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    48
    void testHtml4() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
    49
        javadoc("-d", "out",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
    50
                "-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
    51
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
    52
                "-Xdoclint:none",
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
    53
                "-overview", testSrc("overview.html"),
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 40229
diff changeset
    54
                "--module-source-path", testSrc,
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
    55
                "--module", "moduleA,moduleB",
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
    56
                "testpkgmdlA", "testpkgmdlB");
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    57
        checkExit(Exit.OK);
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    58
        checkDescription(true);
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    59
        checkNoDescription(false);
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    60
        checkOverviewSummaryModules();
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    61
        checkModuleLink();
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    62
        checkModuleClickThroughLinks();
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    63
        checkModuleClickThrough(true);
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    64
        checkModuleFilesAndLinks(true);
40511
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
    65
        checkModulesInSearch(true);
42494
8c5efe520e34 8168688: javadoc top left frame should display all modules while in module mode
bpatel
parents: 42407
diff changeset
    66
        checkOverviewFrame(true);
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    67
    }
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    68
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    69
    /**
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    70
     * Test generated module pages for HTML 5.
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    71
     */
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    72
    @Test
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    73
    void testHtml5() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
    74
        javadoc("-d", "out-html5",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
    75
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
    76
                "-Xdoclint:none",
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
    77
                "-overview", testSrc("overview.html"),
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 40229
diff changeset
    78
                "--module-source-path", testSrc,
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
    79
                "--module", "moduleA,moduleB",
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
    80
                "testpkgmdlA", "testpkgmdlB");
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    81
        checkExit(Exit.OK);
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    82
        checkHtml5Description(true);
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    83
        checkHtml5NoDescription(false);
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    84
        checkHtml5OverviewSummaryModules();
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    85
        checkModuleLink();
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    86
        checkModuleClickThroughLinks();
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    87
        checkModuleClickThrough(true);
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    88
        checkModuleFilesAndLinks(true);
40511
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
    89
        checkModulesInSearch(true);
42494
8c5efe520e34 8168688: javadoc top left frame should display all modules while in module mode
bpatel
parents: 42407
diff changeset
    90
        checkOverviewFrame(true);
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    91
    }
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    92
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    93
    /**
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    94
     * Test generated module pages for HTML 4 with -nocomment option.
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    95
     */
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
    96
    @Test
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
    97
    void testHtml4NoComment() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
    98
        javadoc("-d", "out-nocomment",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
    99
                "-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   100
                "-nocomment",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   101
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   102
                "-Xdoclint:none",
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   103
                "-overview", testSrc("overview.html"),
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 40229
diff changeset
   104
                "--module-source-path", testSrc,
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   105
                "--module", "moduleA,moduleB",
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
   106
                "testpkgmdlA", "testpkgmdlB");
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   107
        checkExit(Exit.OK);
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   108
        checkDescription(false);
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   109
        checkNoDescription(true);
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   110
        checkModuleLink();
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   111
        checkModuleFilesAndLinks(true);
42494
8c5efe520e34 8168688: javadoc top left frame should display all modules while in module mode
bpatel
parents: 42407
diff changeset
   112
        checkOverviewFrame(true);
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   113
    }
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   114
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   115
    /**
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   116
     * Test generated module pages for HTML 5 with -nocomment option.
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   117
     */
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   118
    @Test
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   119
    void testHtml5NoComment() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   120
        javadoc("-d", "out-html5-nocomment",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   121
                "-nocomment",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   122
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   123
                "-Xdoclint:none",
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   124
                "-overview", testSrc("overview.html"),
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 40229
diff changeset
   125
                "--module-source-path", testSrc,
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   126
                "--module", "moduleA,moduleB",
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
   127
                "testpkgmdlA", "testpkgmdlB");
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   128
        checkExit(Exit.OK);
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   129
        checkHtml5Description(false);
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   130
        checkHtml5NoDescription(true);
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   131
        checkModuleLink();
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   132
        checkModuleFilesAndLinks(true);
42494
8c5efe520e34 8168688: javadoc top left frame should display all modules while in module mode
bpatel
parents: 42407
diff changeset
   133
        checkOverviewFrame(true);
37943
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   134
    }
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   135
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   136
    /**
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   137
     * Test generated pages, in an unnamed module, for HTML 4.
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   138
     */
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   139
    @Test
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   140
    void testHtml4UnnamedModule() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   141
        javadoc("-d", "out-nomodule",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   142
                "-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   143
                "-use",
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   144
                "-overview", testSrc("overview.html"),
37943
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   145
                "-sourcepath", testSrc,
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   146
                "testpkgnomodule", "testpkgnomodule1");
37943
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   147
        checkExit(Exit.OK);
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   148
        checkOverviewSummaryPackages();
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   149
        checkModuleClickThrough(false);
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   150
        checkModuleFilesAndLinks(false);
40511
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
   151
        checkModulesInSearch(false);
42494
8c5efe520e34 8168688: javadoc top left frame should display all modules while in module mode
bpatel
parents: 42407
diff changeset
   152
        checkOverviewFrame(false);
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   153
    }
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   154
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   155
    /**
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   156
     * Test generated pages, in an unnamed module, for HTML 5.
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   157
     */
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   158
    @Test
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   159
    void testHtml5UnnamedModule() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   160
        javadoc("-d", "out-html5-nomodule",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   161
                "-use",
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   162
                "-overview", testSrc("overview.html"),
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   163
                "-sourcepath", testSrc,
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   164
                "testpkgnomodule", "testpkgnomodule1");
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   165
        checkExit(Exit.OK);
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   166
        checkHtml5OverviewSummaryPackages();
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   167
        checkModuleFilesAndLinks(false);
40511
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
   168
        checkModulesInSearch(false);
42494
8c5efe520e34 8168688: javadoc top left frame should display all modules while in module mode
bpatel
parents: 42407
diff changeset
   169
        checkOverviewFrame(false);
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   170
    }
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   171
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   172
    /**
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   173
     * Test generated module pages with javadoc tags.
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   174
     */
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   175
    @Test
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   176
    void testJDTagsInModules() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   177
        javadoc("-d", "out-mdltags",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   178
                "-author",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   179
                "-version",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   180
                "-Xdoclint:none",
38911
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   181
                "-tag", "regular:a:Regular Tag:",
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   182
                "-tag", "moduletag:s:Module Tag:",
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 40229
diff changeset
   183
                "--module-source-path", testSrc,
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   184
                "--module", "moduletags,moduleB",
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
   185
                "testpkgmdltags", "testpkgmdlB");
38911
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   186
        checkExit(Exit.OK);
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   187
        checkModuleTags();
38911
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   188
    }
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   189
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   190
    /**
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   191
     * Test generated module pages with javadoc tags.
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   192
     */
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   193
    @Test
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   194
    void testJDTagsInModules_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   195
        javadoc("-d", "out-mdltags-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   196
                "-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   197
                "-author",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   198
                "-version",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   199
                "-Xdoclint:none",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   200
                "-tag", "regular:a:Regular Tag:",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   201
                "-tag", "moduletag:s:Module Tag:",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   202
                "--module-source-path", testSrc,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   203
                "--module", "moduletags,moduleB",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   204
                "testpkgmdltags", "testpkgmdlB");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   205
        checkExit(Exit.OK);
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   206
        checkModuleTags_html4();
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   207
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   208
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   209
    /**
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   210
     * Test generated module summary page.
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   211
     */
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   212
    @Test
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   213
    void testModuleSummary() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   214
        javadoc("-d", "out-moduleSummary",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   215
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   216
                "-Xdoclint:none",
40599
be40838eb215 8164887: update tests to remove use of old-style options
jjg
parents: 40511
diff changeset
   217
                "--module-source-path", testSrc,
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   218
                "--module", "moduleA,moduleB",
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
   219
                "testpkgmdlA", "testpkgmdlB", "moduleB/testpkg2mdlB");
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   220
        checkExit(Exit.OK);
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   221
        checkModuleSummary();
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   222
        checkNegatedModuleSummary();
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   223
    }
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   224
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   225
    /**
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   226
     * Test generated module summary page.
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   227
     */
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   228
    @Test
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   229
    void testModuleSummary_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   230
        javadoc("-d", "out-moduleSummary-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   231
                "-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   232
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   233
                "-Xdoclint:none",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   234
                "--module-source-path", testSrc,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   235
                "--module", "moduleA,moduleB",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   236
                "testpkgmdlA", "testpkgmdlB", "moduleB/testpkg2mdlB");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   237
        checkExit(Exit.OK);
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   238
        checkModuleSummary_html4();
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   239
        checkNegatedModuleSummary_html4();
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   240
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   241
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   242
    /**
44293
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
   243
     * Test generated module summary page of an aggregating module.
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
   244
     */
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
   245
    @Test
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
   246
    void testAggregatorModuleSummary() {
50118
919c36db208c 8202614: Add ability to validate links in JavadocTester
jjg
parents: 49551
diff changeset
   247
        setAutomaticCheckLinks(false); // @ignore JDK-8202628
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   248
        javadoc("-d", "out-aggregatorModuleSummary",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   249
                "-use",
44293
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
   250
                "--module-source-path", testSrc,
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
   251
                "--expand-requires", "transitive",
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
   252
                "--module", "moduleT");
50118
919c36db208c 8202614: Add ability to validate links in JavadocTester
jjg
parents: 49551
diff changeset
   253
        setAutomaticCheckLinks(true); // @ignore JDK-8202628
44293
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
   254
        checkExit(Exit.OK);
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
   255
        checkAggregatorModuleSummary();
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
   256
    }
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
   257
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
   258
    /**
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   259
     * Test generated module pages and pages with link to modules.
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   260
     */
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   261
    @Test
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   262
    void testModuleFilesAndLinks() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   263
        javadoc("-d", "out-modulelinks",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   264
                "-Xdoclint:none",
40599
be40838eb215 8164887: update tests to remove use of old-style options
jjg
parents: 40511
diff changeset
   265
                "--module-source-path", testSrc,
44196
f88c0e9cb102 8174974: Annotation type pages generated by javadoc is missing module information
bpatel
parents: 44195
diff changeset
   266
                "--module", "moduleA,moduleB",
f88c0e9cb102 8174974: Annotation type pages generated by javadoc is missing module information
bpatel
parents: 44195
diff changeset
   267
                "testpkgmdlA", "testpkgmdlB");
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   268
        checkExit(Exit.OK);
40508
74ef30d16fb9 8159305: Enhance the javadoc tool to support module related options
ksrini
parents: 40503
diff changeset
   269
        checkModuleFilesAndLinks(true);
44196
f88c0e9cb102 8174974: Annotation type pages generated by javadoc is missing module information
bpatel
parents: 44195
diff changeset
   270
        checkOverviewFrame(true);
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   271
    }
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   272
42407
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   273
    /**
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   274
     * Test generated module pages for a deprecated module.
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   275
     */
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   276
    @Test
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   277
    void testModuleDeprecation() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   278
        javadoc("-d", "out-moduledepr",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   279
                "-Xdoclint:none",
42407
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   280
                "-tag", "regular:a:Regular Tag:",
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   281
                "-tag", "moduletag:s:Module Tag:",
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   282
                "--module-source-path", testSrc,
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
   283
                "--module", "moduleA,moduleB,moduletags",
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
   284
                "testpkgmdlA", "testpkgmdlB", "testpkgmdltags");
42407
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   285
        checkExit(Exit.OK);
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   286
        checkModuleDeprecation(true);
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   287
    }
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   288
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   289
    /**
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   290
     * Test annotations on modules.
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   291
     */
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   292
    @Test
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   293
    void testModuleAnnotation() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   294
        javadoc("-d", "out-moduleanno",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   295
                "-Xdoclint:none",
42407
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   296
                "--module-source-path", testSrc,
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
   297
                "--module", "moduleA,moduleB",
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
   298
                "testpkgmdlA", "testpkgmdlB");
42407
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   299
        checkExit(Exit.OK);
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   300
        checkModuleAnnotation();
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   301
    }
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   302
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   303
    /**
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   304
     * Test annotations on modules.
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   305
     */
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   306
    @Test
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   307
    void testModuleAnnotation_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   308
        javadoc("-d", "out-moduleanno-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   309
                "-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   310
                "-Xdoclint:none",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   311
                "--module-source-path", testSrc,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   312
                "--module", "moduleA,moduleB",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   313
                "testpkgmdlA", "testpkgmdlB");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   314
        checkExit(Exit.OK);
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   315
        checkModuleAnnotation_html4();
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   316
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   317
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   318
    /**
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   319
     * Test module summary pages in "api" mode.
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   320
     */
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   321
    @Test
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   322
    void testApiMode() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   323
        javadoc("-d", "out-api",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   324
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   325
                "--show-module-contents=api",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   326
                "-author",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   327
                "-version",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   328
                "-Xdoclint:none",
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   329
                "-tag", "regular:a:Regular Tag:",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   330
                "-tag", "moduletag:s:Module Tag:",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   331
                "--module-source-path", testSrc,
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   332
                "--module", "moduleA,moduleB,moduleC,moduletags",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   333
                "testpkgmdlA", "moduleA/concealedpkgmdlA", "testpkgmdlB", "testpkg2mdlB", "testpkgmdlC", "testpkgmdltags");
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   334
        checkExit(Exit.OK);
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   335
        checkModuleModeCommon();
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   336
        checkModuleModeApi(true);
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   337
        checkModuleModeAll(false);
44879
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   338
        checkModuleFrameFiles(true);
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   339
        checkAllModulesLink(true);
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   340
    }
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   341
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   342
    /**
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   343
     * Test module summary pages in "all" mode.
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   344
     */
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   345
    @Test
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   346
    void testAllMode() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   347
        javadoc("-d", "out-all",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   348
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   349
                "--show-module-contents=all",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   350
                "-author",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   351
                "-version",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   352
                "-Xdoclint:none",
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   353
                "-tag", "regular:a:Regular Tag:",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   354
                "-tag", "moduletag:s:Module Tag:",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   355
                "--module-source-path", testSrc,
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   356
                "--module", "moduleA,moduleB,moduleC,moduletags",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   357
                "testpkgmdlA", "moduleA/concealedpkgmdlA", "testpkgmdlB", "testpkg2mdlB", "testpkgmdlC", "testpkgmdltags");
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   358
        checkExit(Exit.OK);
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   359
        checkModuleModeCommon();
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   360
        checkModuleModeApi(false);
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   361
        checkModuleModeAll(true);
44879
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   362
        checkModuleFrameFiles(true);
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   363
        checkAllModulesLink(true);
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   364
    }
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   365
44689
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   366
    /**
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   367
     * Test module summary pages in "all" mode.
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   368
     */
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   369
    @Test
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   370
    void testAllModeHtml4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   371
        javadoc("-d", "out-all-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   372
                "-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   373
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   374
                "--show-module-contents=all",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   375
                "-author",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   376
                "-version",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   377
                "-Xdoclint:none",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   378
                "-tag", "regular:a:Regular Tag:",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   379
                "-tag", "moduletag:s:Module Tag:",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   380
                "--module-source-path", testSrc,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   381
                "--module", "moduleA,moduleB,moduleC,moduletags",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   382
                "testpkgmdlA", "moduleA/concealedpkgmdlA", "testpkgmdlB", "testpkg2mdlB", "testpkgmdlC", "testpkgmdltags");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   383
        checkExit(Exit.OK);
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   384
        checkModuleModeCommon_html4();
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   385
        checkModuleModeApi_html4(false);
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   386
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   387
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   388
    /**
44689
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   389
     * Test generated module summary page of a module with no exported package.
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   390
     */
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   391
    @Test
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   392
    void testModuleSummaryNoExportedPkgAll() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   393
        javadoc("-d", "out-ModuleSummaryNoExportedPkgAll",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   394
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   395
                "--show-module-contents=all",
44689
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   396
                "-sourcepath", testSrc + "/moduleNoExport",
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   397
                "--module", "moduleNoExport",
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   398
                "testpkgmdlNoExport");
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   399
        checkExit(Exit.OK);
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   400
        checkModuleSummaryNoExported(true);
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   401
    }
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   402
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   403
    /**
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   404
     * Test generated module summary page of a module with no exported package.
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   405
     */
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   406
    @Test
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   407
    void testModuleSummaryNoExportedPkgAll_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   408
        javadoc("-d", "out-ModuleSummaryNoExportedPkgAll-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   409
                "-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   410
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   411
                "--show-module-contents=all",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   412
                "-sourcepath", testSrc + "/moduleNoExport",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   413
                "--module", "moduleNoExport",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   414
                "testpkgmdlNoExport");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   415
        checkExit(Exit.OK);
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   416
        checkModuleSummaryNoExported_html4(true);
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   417
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   418
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   419
    /**
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   420
     * Test generated module summary page of a module with no exported package.
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   421
     */
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   422
    @Test
44689
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   423
    void testModuleSummaryNoExportedPkgApi() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   424
        javadoc("-d", "out-ModuleSummaryNoExportedPkgApi",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   425
                "-use",
44689
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   426
                "-sourcepath", testSrc + "/moduleNoExport",
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   427
                "--module", "moduleNoExport",
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   428
                "testpkgmdlNoExport");
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   429
        checkExit(Exit.OK);
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   430
        checkModuleSummaryNoExported(false);
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   431
    }
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
   432
44879
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   433
    /**
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   434
     * Test generated module summary page of a module with no exported package.
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   435
     */
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   436
    @Test
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   437
    void testModuleSummaryNoExportedPkgApi_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   438
        javadoc("-d", "out-ModuleSummaryNoExportedPkgApi-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   439
                "-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   440
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   441
                "-sourcepath", testSrc + "/moduleNoExport",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   442
                "--module", "moduleNoExport",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   443
                "testpkgmdlNoExport");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   444
        checkExit(Exit.OK);
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   445
        checkModuleSummaryNoExported_html4(false);
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   446
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   447
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   448
    /**
44879
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   449
     * Test generated module pages for javadoc run for a single module having a single package.
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   450
     */
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   451
    @Test
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   452
    void testSingleModuleSinglePkg() {
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   453
        javadoc("-d", "out-singlemod",
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   454
                "--module-source-path", testSrc,
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   455
                "--module", "moduleC",
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   456
                "testpkgmdlC");
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   457
        checkExit(Exit.OK);
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   458
        checkModuleFrameFiles(false);
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   459
    }
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   460
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   461
    /**
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   462
     * Test generated module pages for javadoc run for a single module having multiple packages.
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   463
     */
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   464
    @Test
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   465
    void testSingleModuleMultiplePkg() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   466
        javadoc("-d", "out-singlemodmultiplepkg",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   467
                "--show-module-contents=all",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   468
                "-Xdoclint:none",
44879
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   469
                "--module-source-path", testSrc,
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   470
                "--module", "moduleB",
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   471
                "testpkg2mdlB", "testpkgmdlB");
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   472
        checkExit(Exit.OK);
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   473
        checkAllModulesLink(false);
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   474
    }
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
   475
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   476
    /**
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   477
     * Test -group option for modules. The overview-summary.html page should group the modules accordingly.
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   478
     */
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   479
    @Test
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   480
    void testGroupOption() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   481
        javadoc("-d", "out-group",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   482
                "--show-module-contents=all",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   483
                "-Xdoclint:none",
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   484
                "-tag", "regular:a:Regular Tag:",
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   485
                "-tag", "moduletag:s:Module Tag:",
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   486
                "--module-source-path", testSrc,
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   487
                "-group", "Module Group A", "moduleA*",
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   488
                "-group", "Module Group B & C", "moduleB*:moduleC*",
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   489
                "-group", "Java SE Modules", "java*",
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   490
                "--module", "moduleA,moduleB,moduleC,moduletags",
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   491
                "moduleA/concealedpkgmdlA", "testpkgmdlA", "testpkg2mdlB", "testpkgmdlB", "testpkgmdlC",
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   492
                "testpkgmdltags");
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   493
        checkExit(Exit.OK);
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   494
        checkGroupOption();
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   495
    }
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   496
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   497
    /**
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   498
     * Test -group option for modules. The overview-summary.html page should group the modules accordingly.
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   499
     */
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   500
    @Test
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   501
    void testGroupOption_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   502
        javadoc("-d", "out-group-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   503
                "-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   504
                "--show-module-contents=all",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   505
                "-Xdoclint:none",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   506
                "-tag", "regular:a:Regular Tag:",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   507
                "-tag", "moduletag:s:Module Tag:",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   508
                "--module-source-path", testSrc,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   509
                "-group", "Module Group A", "moduleA*",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   510
                "-group", "Module Group B & C", "moduleB*:moduleC*",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   511
                "-group", "Java SE Modules", "java*",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   512
                "--module", "moduleA,moduleB,moduleC,moduletags",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   513
                "moduleA/concealedpkgmdlA", "testpkgmdlA", "testpkg2mdlB", "testpkgmdlB", "testpkgmdlC",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   514
                "testpkgmdltags");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   515
        checkExit(Exit.OK);
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   516
        checkGroupOption_html4();
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   517
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   518
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   519
    /**
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   520
     * Test -group option for modules and the ordering of module groups.
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   521
     * The overview-summary.html page should group the modules accordingly and display the group tabs in
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   522
     * the order it was provided on the command-line.
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   523
     */
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   524
    @Test
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   525
    void testGroupOptionOrdering() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   526
        javadoc("-d", "out-groupOrder",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   527
                "--show-module-contents=all",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   528
                "-Xdoclint:none",
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   529
                "-tag", "regular:a:Regular Tag:",
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   530
                "-tag", "moduletag:s:Module Tag:",
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   531
                "--module-source-path", testSrc,
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   532
                "-group", "B Group", "moduleB*",
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   533
                "-group", "C Group", "moduleC*",
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   534
                "-group", "A Group", "moduleA*",
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   535
                "-group", "Java SE Modules", "java*",
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   536
                "--module", "moduleA,moduleB,moduleC,moduletags",
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   537
                "moduleA/concealedpkgmdlA", "testpkgmdlA", "testpkg2mdlB", "testpkgmdlB", "testpkgmdlC",
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   538
                "testpkgmdltags");
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   539
        checkExit(Exit.OK);
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   540
        checkGroupOptionOrdering();
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   541
    }
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   542
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   543
    /**
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   544
     * Test -group option for unnamed modules. The overview-summary.html page should group the packages accordingly.
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   545
     */
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   546
    @Test
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   547
    void testUnnamedModuleGroupOption() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   548
        javadoc("-d", "out-groupnomodule",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   549
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   550
                "-Xdoclint:none",
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   551
                "-overview", testSrc("overview.html"),
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   552
                "-sourcepath", testSrc,
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   553
                "-group", "Package Group 0", "testpkgnomodule",
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   554
                "-group", "Package Group 1", "testpkgnomodule1",
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   555
                "testpkgnomodule", "testpkgnomodule1");
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   556
        checkExit(Exit.OK);
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   557
        checkUnnamedModuleGroupOption();
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   558
    }
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   559
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   560
    /**
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   561
     * Test -group option for unnamed modules. The overview-summary.html page should group the packages accordingly.
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   562
     */
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   563
    @Test
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   564
    void testUnnamedModuleGroupOption_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   565
        javadoc("-d", "out-groupnomodule-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   566
                "-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   567
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   568
                "-Xdoclint:none",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   569
                "-overview", testSrc("overview.html"),
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   570
                "-sourcepath", testSrc,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   571
                "-group", "Package Group 0", "testpkgnomodule",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   572
                "-group", "Package Group 1", "testpkgnomodule1",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   573
                "testpkgnomodule", "testpkgnomodule1");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   574
        checkExit(Exit.OK);
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   575
        checkUnnamedModuleGroupOption_html4();
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   576
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   577
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   578
    /**
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   579
     * Test -group option for unnamed modules and the ordering of package groups.
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   580
     * The overview-summary.html page should group the packages accordingly and display the group tabs in
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   581
     * the order it was provided on the command-line.
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   582
     */
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   583
    @Test
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   584
    void testGroupOptionPackageOrdering() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   585
        javadoc("-d", "out-groupPkgOrder",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   586
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   587
                "-Xdoclint:none",
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   588
                "-overview", testSrc("overview.html"),
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   589
                "-sourcepath", testSrc,
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   590
                "-group", "Z Group", "testpkgnomodule",
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   591
                "-group", "A Group", "testpkgnomodule1",
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   592
                "testpkgnomodule", "testpkgnomodule1");
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   593
        checkExit(Exit.OK);
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   594
        checkGroupOptionPackageOrdering();
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   595
    }
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   596
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   597
    /**
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   598
     * Test -group option for a single module.
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   599
     */
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   600
    @Test
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   601
    void testGroupOptionSingleModule() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   602
        javadoc("-d", "out-groupsinglemodule",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   603
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   604
                "-Xdoclint:none",
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   605
                "--module-source-path", testSrc,
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   606
                "-group", "Module Group B", "moduleB*",
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   607
                "--module", "moduleB",
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   608
                "testpkg2mdlB", "testpkgmdlB");
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   609
        checkExit(Exit.OK);
45771
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
   610
        checkGroupOptionSingleModule();
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
   611
    }
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
   612
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
   613
    /**
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
   614
     * Test -group option for a single module.
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
   615
     */
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
   616
    @Test
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   617
    void testGroupOptionSingleModule_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   618
        javadoc("-d", "out-groupsinglemodule-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   619
                "-html4",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   620
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   621
                "-Xdoclint:none",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   622
                "--module-source-path", testSrc,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   623
                "-group", "Module Group B", "moduleB*",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   624
                "--module", "moduleB",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   625
                "testpkg2mdlB", "testpkgmdlB");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   626
        checkExit(Exit.OK);
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   627
        checkGroupOptionSingleModule_html4();
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   628
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   629
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   630
    /**
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   631
     * Test -group option for a single module.
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   632
     */
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   633
    @Test
45771
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
   634
    void testModuleName() {
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   635
        javadoc("-d", "out-modulename",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   636
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   637
                "-Xdoclint:none",
45771
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
   638
                "--module-source-path", testSrc,
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
   639
                "--module", "moduleB,test.moduleFullName",
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
   640
                "testpkg2mdlB", "testpkgmdlB", "testpkgmdlfullname");
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
   641
        checkExit(Exit.OK);
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
   642
        checkModuleName(true);
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   643
    }
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   644
48295
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
   645
    /**
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
   646
     * Test -linkoffline option.
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
   647
     */
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
   648
    @Test
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
   649
    void testLinkOffline() {
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
   650
        String url = "https://docs.oracle.com/javase/9/docs/api/";
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   651
        javadoc("-d", "out-linkoffline",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   652
                "-use",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   653
                "--show-module-contents=all",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   654
                "-Xdoclint:none",
48295
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
   655
                "--module-source-path", testSrc,
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
   656
                "--module", "moduleA,moduleB",
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
   657
                "-linkoffline", url, testSrc + "/jdk",
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
   658
                "testpkgmdlA", "testpkgmdlB", "testpkg3mdlB");
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
   659
        checkExit(Exit.OK);
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
   660
        checkLinkOffline();
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
   661
    }
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
   662
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   663
    void checkDescription(boolean found) {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   664
        checkOutput("moduleA/module-summary.html", found,
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   665
                "<!-- ============ MODULE DESCRIPTION =========== -->\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   666
                + "<a name=\"module.description\">\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   667
                + "<!--   -->\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   668
                + "</a>\n"
45913
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
   669
                + "<div class=\"block\">This is a test description for the moduleA module with a Search "
44567
126285be00b9 8175218: The fix for JDK-8141492 broke formatting of some javadoc documentation.
bpatel
parents: 44564
diff changeset
   670
                + "phrase <a id=\"searchphrase\" class=\"searchTagResult\">search phrase</a>.</div>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   671
        checkOutput("moduleB/module-summary.html", found,
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   672
                "<!-- ============ MODULE DESCRIPTION =========== -->\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   673
                + "<a name=\"module.description\">\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   674
                + "<!--   -->\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   675
                + "</a>\n"
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
   676
                + "<div class=\"block\">This is a test description for the moduleB module. Search "
44567
126285be00b9 8175218: The fix for JDK-8141492 broke formatting of some javadoc documentation.
bpatel
parents: 44564
diff changeset
   677
                + "word <a id=\"search_word\" class=\"searchTagResult\">search_word</a> with no description.</div>");
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   678
        checkOutput("overview-summary.html", found,
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   679
                "</script>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   680
                + "<div class=\"contentContainer\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   681
                + "<div class=\"block\">The overview summary page header.</div>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   682
                + "</div>\n"
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   683
                + "<div class=\"contentContainer\">\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   684
                + "<table class=\"overviewSummary\" summary=\"Module Summary table, listing modules, and an explanation\">\n"
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   685
                + "<caption><span>Modules</span><span class=\"tabEnd\">&nbsp;</span></caption>");
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   686
        checkOutput("overview-summary.html", false,
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   687
                "</table>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   688
                + "</div>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   689
                + "<div class=\"contentContainer\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   690
                + "<div class=\"block\">The overview summary page header.</div>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   691
                + "</div>\n"
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   692
                + "<div class=\"contentContainer\">\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   693
                + "<table class=\"overviewSummary\" summary=\"Module Summary table, listing modules, and an explanation\">\n"
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   694
                + "<caption><span>Modules</span><span class=\"tabEnd\">&nbsp;</span></caption>");
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   695
    }
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   696
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   697
    void checkNoDescription(boolean found) {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   698
        checkOutput("moduleA/module-summary.html", found,
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   699
                "<div class=\"contentContainer\">\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   700
                + "<ul class=\"blockList\">\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   701
                + "<li class=\"blockList\">\n"
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   702
                + "<ul class=\"blockList\">\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   703
                + "<li class=\"blockList\">\n"
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
   704
                + "<!-- ============ PACKAGES SUMMARY =========== -->");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   705
        checkOutput("moduleB/module-summary.html", found,
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   706
                "<div class=\"contentContainer\">\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   707
                + "<ul class=\"blockList\">\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   708
                + "<li class=\"blockList\">\n"
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   709
                + "<ul class=\"blockList\">\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   710
                + "<li class=\"blockList\">\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   711
                + "<!-- ============ PACKAGES SUMMARY =========== -->");
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   712
    }
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   713
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   714
    void checkHtml5Description(boolean found) {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   715
        checkOutput("moduleA/module-summary.html", found,
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   716
                "<section role=\"region\">\n"
47272
e0d686cdf608 8183511: improve style for deprecated text
bpatel
parents: 47216
diff changeset
   717
                + "<div class=\"deprecationBlock\"><span class=\"deprecatedLabel\">Deprecated, for removal:"
44567
126285be00b9 8175218: The fix for JDK-8141492 broke formatting of some javadoc documentation.
bpatel
parents: 44564
diff changeset
   718
                + " This API element is subject to removal in a future version.</span>\n"
47300
a905ce398074 8074407: javadoc: using <pre> after @deprecated tag causes warnings
bpatel
parents: 47299
diff changeset
   719
                + "<div class=\"deprecationComment\">This module is deprecated.</div>\n"
42407
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
   720
                + "</div>\n"
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   721
                + "<!-- ============ MODULE DESCRIPTION =========== -->\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   722
                + "<a id=\"module.description\">\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   723
                + "<!--   -->\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   724
                + "</a>\n"
45913
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
   725
                + "<div class=\"block\">This is a test description for the moduleA module with a Search "
44567
126285be00b9 8175218: The fix for JDK-8141492 broke formatting of some javadoc documentation.
bpatel
parents: 44564
diff changeset
   726
                + "phrase <a id=\"searchphrase\" class=\"searchTagResult\">search phrase</a>.</div>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   727
        checkOutput("moduleB/module-summary.html", found,
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   728
                "<section role=\"region\">\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   729
                + "<!-- ============ MODULE DESCRIPTION =========== -->\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   730
                + "<a id=\"module.description\">\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   731
                + "<!--   -->\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   732
                + "</a>\n"
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
   733
                + "<div class=\"block\">This is a test description for the moduleB module. Search "
44567
126285be00b9 8175218: The fix for JDK-8141492 broke formatting of some javadoc documentation.
bpatel
parents: 44564
diff changeset
   734
                + "word <a id=\"search_word\" class=\"searchTagResult\">search_word</a> with no description.</div>");
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   735
        checkOutput("overview-summary.html", found,
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   736
                "</nav>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   737
                + "</header>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   738
                + "<main role=\"main\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   739
                + "<div class=\"contentContainer\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   740
                + "<div class=\"block\">The overview summary page header.</div>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   741
                + "</div>\n"
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   742
                + "<div class=\"contentContainer\">\n"
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   743
                + "<table class=\"overviewSummary\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   744
                + "<caption><span>Modules</span><span class=\"tabEnd\">&nbsp;</span></caption>");
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   745
        checkOutput("overview-summary.html", false,
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   746
                "</table>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   747
                + "</div>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   748
                + "</main>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   749
                + "<main role=\"main\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   750
                + "<div class=\"contentContainer\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   751
                + "<div class=\"block\">The overview summary page header.</div>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   752
                + "</div>\n"
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   753
                + "<div class=\"contentContainer\">\n"
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   754
                + "<table class=\"overviewSummary\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   755
                + "<caption><span>Modules</span><span class=\"tabEnd\">&nbsp;</span></caption>");
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   756
    }
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   757
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   758
    void checkHtml5NoDescription(boolean found) {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   759
        checkOutput("moduleA/module-summary.html", found,
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   760
                "<div class=\"contentContainer\">\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   761
                + "<ul class=\"blockList\">\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   762
                + "<li class=\"blockList\">\n"
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   763
                + "<ul class=\"blockList\">\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   764
                + "<li class=\"blockList\">\n"
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
   765
                + "<!-- ============ PACKAGES SUMMARY =========== -->");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   766
        checkOutput("moduleB/module-summary.html", found,
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   767
                "<div class=\"contentContainer\">\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   768
                + "<ul class=\"blockList\">\n"
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   769
                + "<li class=\"blockList\">\n"
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   770
                + "<ul class=\"blockList\">\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   771
                + "<li class=\"blockList\">\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   772
                + "<!-- ============ PACKAGES SUMMARY =========== -->");
37747
878801512393 8154119: Module summary page should display module description
bpatel
parents:
diff changeset
   773
    }
37943
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   774
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   775
    void checkModuleLink() {
37943
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   776
        checkOutput("overview-summary.html", true,
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   777
                "<li>Module</li>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   778
        checkOutput("moduleA/module-summary.html", true,
37943
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   779
                "<li class=\"navBarCell1Rev\">Module</li>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   780
        checkOutput("moduleB/module-summary.html", true,
37943
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   781
                "<li class=\"navBarCell1Rev\">Module</li>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   782
        checkOutput("moduleA/testpkgmdlA/class-use/TestClassInModuleA.html", true,
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   783
                "<li><a href=\"../../module-summary.html\">Module</a></li>");
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   784
        checkOutput("moduleB/testpkgmdlB/package-summary.html", true,
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   785
                "<li><a href=\"../module-summary.html\">Module</a></li>");
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   786
        checkOutput("moduleB/testpkgmdlB/TestClassInModuleB.html", true,
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   787
                "<li><a href=\"../module-summary.html\">Module</a></li>");
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   788
        checkOutput("moduleB/testpkgmdlB/class-use/TestClassInModuleB.html", true,
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   789
                "<li><a href=\"../../module-summary.html\">Module</a></li>");
37943
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   790
    }
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   791
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   792
    void checkNoModuleLink() {
37943
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   793
        checkOutput("testpkgnomodule/package-summary.html", true,
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   794
                "<ul class=\"navList\" title=\"Navigation\">\n"
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   795
                + "<li><a href=\"../testpkgnomodule/package-summary.html\">Package</a></li>");
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   796
        checkOutput("testpkgnomodule/TestClassNoModule.html", true,
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   797
                "<ul class=\"navList\" title=\"Navigation\">\n"
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   798
                + "<li><a href=\"../testpkgnomodule/package-summary.html\">Package</a></li>");
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   799
        checkOutput("testpkgnomodule/class-use/TestClassNoModule.html", true,
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   800
                "<ul class=\"navList\" title=\"Navigation\">\n"
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   801
                + "<li><a href=\"../../testpkgnomodule/package-summary.html\">Package</a></li>");
2efb75c09230 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
bpatel
parents: 37747
diff changeset
   802
    }
38911
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   803
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   804
    void checkModuleTags() {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   805
        checkOutput("moduletags/module-summary.html", true,
38911
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   806
                "Type Link: <a href=\"testpkgmdltags/TestClassInModuleTags.html\" title=\"class in "
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   807
                + "testpkgmdltags\"><code>TestClassInModuleTags</code></a>.",
38911
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   808
                "Member Link: <a href=\"testpkgmdltags/TestClassInModuleTags.html#"
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   809
                + "testMethod(java.lang.String)\"><code>testMethod(String)</code></a>.",
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   810
                "Package Link: <a href=\"testpkgmdltags/package-summary.html\"><code>testpkgmdltags</code></a>.",
38911
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   811
                "<dt><span class=\"simpleTagLabel\">Since:</span></dt>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   812
                + "<dd>JDK 9</dd>",
38911
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   813
                "<dt><span class=\"seeLabel\">See Also:</span></dt>\n"
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   814
                + "<dd>\"Test see tag\", \n"
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   815
                + "<a href=\"testpkgmdltags/TestClassInModuleTags.html\" title=\"class in testpkgmdltags\"><code>"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   816
                + "TestClassInModuleTags</code></a></dd>",
38911
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   817
                "<dt><span class=\"simpleTagLabel\">Regular Tag:</span></dt>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   818
                + "<dd>Just a regular simple tag.</dd>",
38911
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   819
                "<dt><span class=\"simpleTagLabel\">Module Tag:</span></dt>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   820
                + "<dd>Just a simple module tag.</dd>",
38911
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   821
                "<dt><span class=\"simpleTagLabel\">Version:</span></dt>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   822
                + "<dd>1.0</dd>",
38911
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   823
                "<dt><span class=\"simpleTagLabel\">Author:</span></dt>\n"
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   824
                + "<dd>Bhavesh Patel</dd>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   825
        checkOutput("moduletags/testpkgmdltags/TestClassInModuleTags.html", false,
38911
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   826
                "<dt><span class=\"simpleTagLabel\">Module Tag:</span></dt>\n"
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   827
                + "<dd>Just a simple module tag.</dd>");
48a00b5ee366 8156077: Support javadoc tags in module documentation
bpatel
parents: 37943
diff changeset
   828
    }
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   829
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   830
    void checkModuleTags_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   831
        checkOutput("moduletags/module-summary.html", true,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   832
                "Member Link: <a href=\"testpkgmdltags/TestClassInModuleTags.html#"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   833
                + "testMethod-java.lang.String-\"><code>testMethod(String)</code></a>.");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   834
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   835
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   836
    void checkOverviewSummaryModules() {
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   837
        checkOutput("overview-summary.html", true,
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   838
                "<table class=\"overviewSummary\" summary=\"Module Summary table, listing modules, and an explanation\">\n"
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   839
                + "<caption><span>Modules</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   840
                + "<tr>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   841
                + "<th class=\"colFirst\" scope=\"col\">Module</th>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   842
                + "<th class=\"colLast\" scope=\"col\">Description</th>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   843
                + "</tr>");
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   844
        checkOutput("overview-summary.html", false,
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   845
                "<table class=\"overviewSummary\" summary=\"Package Summary table, listing packages, and an explanation\">\n"
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   846
                + "<caption><span>Packages</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   847
                + "<tr>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   848
                + "<th class=\"colFirst\" scope=\"col\">Package</th>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   849
                + "<th class=\"colLast\" scope=\"col\">Description</th>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   850
                + "</tr>");
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   851
    }
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   852
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   853
    void checkOverviewSummaryPackages() {
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   854
        checkOutput("overview-summary.html", false,
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   855
                "<table class=\"overviewSummary\" summary=\"Module Summary table, listing modules, and an explanation\">\n"
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   856
                + "<caption><span>Modules</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   857
                + "<tr>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   858
                + "<th class=\"colFirst\" scope=\"col\">Module</th>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   859
                + "<th class=\"colLast\" scope=\"col\">Description</th>\n"
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   860
                + "</tr>",
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   861
                "</table>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   862
                + "</div>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   863
                + "<div class=\"contentContainer\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   864
                + "<div class=\"block\">The overview summary page header.</div>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   865
                + "</div>\n"
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   866
                + "<div class=\"contentContainer\">\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   867
                + "<table class=\"overviewSummary\" summary=\"Package Summary table, listing packages, and an explanation\">\n"
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   868
                + "<caption><span>Packages</span><span class=\"tabEnd\">&nbsp;</span></caption>");
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   869
        checkOutput("overview-summary.html", true,
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   870
                "<table class=\"overviewSummary\" summary=\"Package Summary table, listing packages, and an explanation\">\n"
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   871
                + "<caption><span>Packages</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   872
                + "<tr>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   873
                + "<th class=\"colFirst\" scope=\"col\">Package</th>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   874
                + "<th class=\"colLast\" scope=\"col\">Description</th>\n"
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   875
                + "</tr>",
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   876
                "</script>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   877
                + "<div class=\"contentContainer\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   878
                + "<div class=\"block\">The overview summary page header.</div>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   879
                + "</div>\n"
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   880
                + "<div class=\"contentContainer\">\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   881
                + "<table class=\"overviewSummary\" summary=\"Package Summary table, listing packages, and an explanation\">\n"
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   882
                + "<caption><span>Packages</span><span class=\"tabEnd\">&nbsp;</span></caption>");
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   883
    }
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   884
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   885
    void checkHtml5OverviewSummaryModules() {
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   886
        checkOutput("overview-summary.html", true,
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   887
                "<table class=\"overviewSummary\">\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   888
                + "<caption><span>Modules</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   889
                + "<tr>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   890
                + "<th class=\"colFirst\" scope=\"col\">Module</th>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   891
                + "<th class=\"colLast\" scope=\"col\">Description</th>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   892
                + "</tr>");
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   893
        checkOutput("overview-summary.html", false,
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   894
                "<table class=\"overviewSummary\">\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   895
                + "<caption><span>Packages</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   896
                + "<tr>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   897
                + "<th class=\"colFirst\" scope=\"col\">Package</th>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   898
                + "<th class=\"colLast\" scope=\"col\">Description</th>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   899
                + "</tr>");
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   900
    }
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   901
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   902
    void checkHtml5OverviewSummaryPackages() {
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   903
        checkOutput("overview-summary.html", false,
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   904
                "<table class=\"overviewSummary\">\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   905
                + "<caption><span>Modules</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   906
                + "<tr>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   907
                + "<th class=\"colFirst\" scope=\"col\">Module</th>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   908
                + "<th class=\"colLast\" scope=\"col\">Description</th>\n"
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   909
                + "</tr>",
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   910
                "</table>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   911
                + "</div>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   912
                + "</main>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   913
                + "<main role=\"main\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   914
                + "<div class=\"contentContainer\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   915
                + "<div class=\"block\">The overview summary page header.</div>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   916
                + "</div>\n"
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   917
                + "<div class=\"contentContainer\"><a id=\"Packages\">\n"
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   918
                + "<!--   -->\n"
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
   919
                + "</a>\n"
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   920
                + "<table class=\"overviewSummary\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   921
                + "<caption><span>Packages</span><span class=\"tabEnd\">&nbsp;</span></caption>");
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   922
        checkOutput("overview-summary.html", true,
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   923
                "<table class=\"overviewSummary\">\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   924
                + "<caption><span>Packages</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   925
                + "<tr>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   926
                + "<th class=\"colFirst\" scope=\"col\">Package</th>\n"
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   927
                + "<th class=\"colLast\" scope=\"col\">Description</th>\n"
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   928
                + "</tr>",
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   929
                "</script>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   930
                + "</nav>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   931
                + "</header>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   932
                + "<main role=\"main\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   933
                + "<div class=\"contentContainer\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   934
                + "<div class=\"block\">The overview summary page header.</div>\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   935
                + "</div>\n"
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
   936
                + "<div class=\"contentContainer\">\n"
44195
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   937
                + "<table class=\"overviewSummary\">\n"
5860769fe2f4 8175799: module summary page shows duplicated output
bpatel
parents: 42842
diff changeset
   938
                + "<caption><span>Packages</span><span class=\"tabEnd\">&nbsp;</span></caption>");
39586
e35b6ab55e00 8157987: overview-summary.html generated by javadoc should include module information
bpatel
parents: 38911
diff changeset
   939
    }
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   940
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
   941
    void checkModuleSummary() {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   942
        checkOutput("moduleA/module-summary.html", true,
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   943
                "<ul class=\"subNavList\">\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   944
                + "<li>Module:&nbsp;</li>\n"
49551
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
   945
                + "<li><a href=\"#module.description\">Description</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
   946
                + "<li><a href=\"#modules.summary\">Modules</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
   947
                + "<li><a href=\"#packages.summary\">Packages</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
   948
                + "<li>Services</li>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   949
                + "</ul>",
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   950
                "<!-- ============ MODULES SUMMARY =========== -->\n"
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   951
                + "<a id=\"modules.summary\">\n"
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   952
                + "<!--   -->\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   953
                + "</a>",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   954
                "<tr class=\"altColor\" id=\"i0\">\n"
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
   955
                + "<th class=\"colFirst\" scope=\"row\"><a href=\"testpkgmdlA/package-summary.html\">testpkgmdlA</a></th>\n"
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   956
                + "<td class=\"colLast\">&nbsp;</td>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   957
                + "</tr>",
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   958
                "<!-- ============ PACKAGES SUMMARY =========== -->\n"
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   959
                + "<a id=\"packages.summary\">\n"
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   960
                + "<!--   -->\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   961
                + "</a>",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   962
                "<tr class=\"altColor\">\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   963
                + "<td class=\"colFirst\">transitive</td>\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   964
                + "<th class=\"colSecond\" scope=\"row\"><a href=\"../moduleB/module-summary.html\">moduleB</a></th>\n"
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   965
                + "<td class=\"colLast\">\n"
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
   966
                + "<div class=\"block\">This is a test description for the moduleB module.</div>\n"
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   967
                + "</td>\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   968
                + "</tr>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
   969
        checkOutput("moduleB/module-summary.html", true,
49551
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
   970
                "<li><a href=\"#module.description\">Description</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
   971
                + "<li>Modules&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
   972
                + "<li><a href=\"#packages.summary\">Packages</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
   973
                + "<li><a href=\"#services.summary\">Services</a></li>",
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   974
                "<!-- ============ PACKAGES SUMMARY =========== -->\n"
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   975
                + "<a id=\"packages.summary\">\n"
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   976
                + "<!--   -->\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   977
                + "</a>",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   978
                "<tr class=\"altColor\" id=\"i0\">\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   979
                + "<th class=\"colFirst\" scope=\"row\"><a href=\"testpkgmdlB/package-summary.html\">testpkgmdlB</a></th>\n"
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   980
                + "<td class=\"colLast\">&nbsp;</td>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   981
                + "</tr>",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   982
                "<!-- ============ PACKAGES SUMMARY =========== -->\n"
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   983
                + "<a id=\"packages.summary\">\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   984
                + "<!--   -->\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   985
                + "</a>",
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   986
                "<!-- ============ SERVICES SUMMARY =========== -->\n"
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
   987
                + "<a id=\"services.summary\">\n"
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   988
                + "<!--   -->\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   989
                + "</a>",
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   990
                "<tr class=\"altColor\">\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   991
                + "<th class=\"colFirst\" scope=\"row\"><a href=\"testpkgmdlB/TestClassInModuleB.html\" title=\"class in testpkgmdlB\">TestClassInModuleB</a></th>\n"
48437
dd3b97564ed7 8192007: javadoc @uses and @provides tags in the modules documentation appears before the first-sentence summary of the service type.
bpatel
parents: 48325
diff changeset
   992
                + "<td class=\"colLast\">\n"
dd3b97564ed7 8192007: javadoc @uses and @provides tags in the modules documentation appears before the first-sentence summary of the service type.
bpatel
parents: 48325
diff changeset
   993
                + "<div class=\"block\">With a test description for uses.</div>\n</td>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   994
                + "</tr>",
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
   995
                "<caption><span>Opens</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   996
                + "<tr>\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   997
                + "<th class=\"colFirst\" scope=\"col\">Package</th>\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
   998
                + "<th class=\"colLast\" scope=\"col\">Description</th>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
   999
                + "</tr>",
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1000
                "<caption><span>Uses</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1001
                + "<tr>\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1002
                + "<th class=\"colFirst\" scope=\"col\">Type</th>\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1003
                + "<th class=\"colLast\" scope=\"col\">Description</th>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1004
                + "</tr>",
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1005
                "<caption><span>Provides</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1006
                + "<tr>\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1007
                + "<th class=\"colFirst\" scope=\"col\">Type</th>\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1008
                + "<th class=\"colLast\" scope=\"col\">Description</th>\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1009
                + "</tr>");
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1010
    }
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1011
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1012
    void checkModuleSummary_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1013
        checkOutput("moduleA/module-summary.html", true,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1014
                "<!-- ============ MODULES SUMMARY =========== -->\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1015
                + "<a name=\"modules.summary\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1016
                + "<!--   -->\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1017
                + "</a>",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1018
                "<!-- ============ PACKAGES SUMMARY =========== -->\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1019
                + "<a name=\"packages.summary\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1020
                + "<!--   -->\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1021
                + "</a>");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1022
        checkOutput("moduleB/module-summary.html", true,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1023
                "<!-- ============ PACKAGES SUMMARY =========== -->\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1024
                + "<a name=\"packages.summary\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1025
                + "<!--   -->\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1026
                + "</a>",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1027
                "<!-- ============ PACKAGES SUMMARY =========== -->\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1028
                + "<a name=\"packages.summary\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1029
                + "<!--   -->\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1030
                + "</a>",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1031
                "<!-- ============ SERVICES SUMMARY =========== -->\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1032
                + "<a name=\"services.summary\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1033
                + "<!--   -->\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1034
                + "</a>");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1035
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1036
44293
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1037
    void checkAggregatorModuleSummary() {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1038
        checkOutput("moduleT/module-summary.html", true,
44293
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1039
                "<div class=\"header\">\n"
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1040
                + "<h1 title=\"Module\" class=\"title\">Module&nbsp;moduleT</h1>\n"
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1041
                + "</div>",
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1042
                "<div class=\"block\">This is a test description for the moduleT module. "
44567
126285be00b9 8175218: The fix for JDK-8141492 broke formatting of some javadoc documentation.
bpatel
parents: 44564
diff changeset
  1043
                + "Search phrase <a id=\"searchphrase\" class=\"searchTagResult\">search phrase</a>. "
44293
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1044
                + "Make sure there are no exported packages.</div>",
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1045
                "<tbody>\n"
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1046
                + "<tr class=\"altColor\">\n"
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1047
                + "<td class=\"colFirst\">transitive</td>\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1048
                + "<th class=\"colSecond\" scope=\"row\"><a href=\"../moduleA/module-summary.html\">moduleA</a></th>\n"
44293
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1049
                + "<td class=\"colLast\">\n"
45913
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
  1050
                + "<div class=\"block\">This is a test description for the moduleA module with a Search "
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
  1051
                + "phrase <a id=\"searchphrase\" class=\"searchTagResult\">search phrase</a>.</div>\n"
44293
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1052
                + "</td>\n"
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1053
                + "</tr>\n"
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1054
                + "<tr class=\"rowColor\">\n"
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1055
                + "<td class=\"colFirst\">transitive</td>\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1056
                + "<th class=\"colSecond\" scope=\"row\"><a href=\"../moduleB/module-summary.html\">moduleB</a></th>\n"
44293
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1057
                + "<td class=\"colLast\">\n"
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1058
                + "<div class=\"block\">This is a test description for the moduleB module.</div>\n"
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1059
                + "</td>\n"
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1060
                + "</tr>\n"
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1061
                + "</tbody>");
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1062
    }
2f47b2c16612 8176778: javadoc does not produce summary pages for aggregated modules
ksrini
parents: 44196
diff changeset
  1063
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
  1064
    void checkNegatedModuleSummary() {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1065
        checkOutput("moduleA/module-summary.html", false,
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1066
                "<!-- ============ SERVICES SUMMARY =========== -->\n"
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1067
                + "<a id=\"services.summary\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1068
                + "<!--   -->\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1069
                + "</a>");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1070
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1071
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1072
    void checkNegatedModuleSummary_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1073
        checkOutput("moduleA/module-summary.html", false,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1074
                "<!-- ============ SERVICES SUMMARY =========== -->\n"
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1075
                + "<a name=\"services.summary\">\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1076
                + "<!--   -->\n"
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1077
                + "</a>");
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 39586
diff changeset
  1078
    }
40229
09f4478d07e5 8154817: Fix the click-through navigation for modules
bpatel
parents: 39670
diff changeset
  1079
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
  1080
    void checkModuleClickThroughLinks() {
40229
09f4478d07e5 8154817: Fix the click-through navigation for modules
bpatel
parents: 39670
diff changeset
  1081
        checkOutput("module-overview-frame.html", true,
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1082
                "<li><a href=\"moduleA/module-frame.html\" target=\"packageListFrame\" "
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1083
                + "onclick=\"updateModuleFrame('moduleA/module-type-frame.html','moduleA/module-summary.html');"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1084
                + "\">moduleA</a></li>",
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1085
                "<li><a href=\"moduleB/module-frame.html\" target=\"packageListFrame\" "
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1086
                + "onclick=\"updateModuleFrame('moduleB/module-type-frame.html','moduleB/module-summary.html');"
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
  1087
                + "\">moduleB</a></li>");
40229
09f4478d07e5 8154817: Fix the click-through navigation for modules
bpatel
parents: 39670
diff changeset
  1088
        checkOutput("script.js", true,
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
  1089
                "function updateModuleFrame(pFrame, cFrame)\n"
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
  1090
                + "{\n"
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
  1091
                + "    top.packageFrame.location = pFrame;\n"
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
  1092
                + "    top.classFrame.location = cFrame;\n"
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
  1093
                + "}");
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
  1094
    }
40229
09f4478d07e5 8154817: Fix the click-through navigation for modules
bpatel
parents: 39670
diff changeset
  1095
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
  1096
    void checkModuleClickThrough(boolean found) {
40229
09f4478d07e5 8154817: Fix the click-through navigation for modules
bpatel
parents: 39670
diff changeset
  1097
        checkFiles(found,
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1098
                "moduleA/module-type-frame.html",
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1099
                "moduleB/module-type-frame.html");
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
  1100
    }
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
  1101
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
  1102
    void checkModuleFilesAndLinks(boolean found) {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1103
        checkFileAndOutput("moduleA/testpkgmdlA/package-summary.html", found,
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1104
                "<li><a href=\"../module-summary.html\">Module</a></li>",
44196
f88c0e9cb102 8174974: Annotation type pages generated by javadoc is missing module information
bpatel
parents: 44195
diff changeset
  1105
                "<div class=\"subTitle\"><span class=\"moduleLabelInPackage\">Module</span>&nbsp;"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1106
                + "<a href=\"../module-summary.html\">moduleA</a></div>");
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1107
        checkFileAndOutput("moduleA/testpkgmdlA/TestClassInModuleA.html", found,
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1108
                "<li><a href=\"../module-summary.html\">Module</a></li>",
44196
f88c0e9cb102 8174974: Annotation type pages generated by javadoc is missing module information
bpatel
parents: 44195
diff changeset
  1109
                "<div class=\"subTitle\"><span class=\"moduleLabelInType\">Module</span>&nbsp;"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1110
                + "<a href=\"../module-summary.html\">moduleA</a></div>");
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1111
        checkFileAndOutput("moduleB/testpkgmdlB/AnnotationType.html", found,
44196
f88c0e9cb102 8174974: Annotation type pages generated by javadoc is missing module information
bpatel
parents: 44195
diff changeset
  1112
                "<div class=\"subTitle\"><span class=\"moduleLabelInType\">Module</span>&nbsp;"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1113
                + "<a href=\"../module-summary.html\">moduleB</a></div>",
44196
f88c0e9cb102 8174974: Annotation type pages generated by javadoc is missing module information
bpatel
parents: 44195
diff changeset
  1114
                "<div class=\"subTitle\"><span class=\"packageLabelInType\">"
48654
36f58bd6269f 8195796: Reduce the size of relative URLs in generated docs
jjg
parents: 48437
diff changeset
  1115
                + "Package</span>&nbsp;<a href=\"package-summary.html\">testpkgmdlB</a></div>");
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
  1116
        checkFiles(found,
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1117
                "moduleA/module-frame.html",
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1118
                "moduleA/module-summary.html",
40503
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
  1119
                "module-overview-frame.html");
cb34fd6e8071 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel
parents: 40308
diff changeset
  1120
    }
40511
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
  1121
44879
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
  1122
    void checkModuleFrameFiles(boolean found) {
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
  1123
        checkFiles(found,
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1124
                "moduleC/module-frame.html",
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1125
                "moduleC/module-type-frame.html",
44879
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
  1126
                "module-overview-frame.html");
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
  1127
        checkFiles(true,
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1128
                "moduleC/module-summary.html",
44879
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
  1129
                "allclasses-frame.html",
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
  1130
                "allclasses-noframe.html");
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
  1131
    }
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
  1132
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
  1133
    void checkAllModulesLink(boolean found) {
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
  1134
        checkOutput("overview-frame.html", found,
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
  1135
                "<li><a href=\"module-overview-frame.html\" target=\"packageListFrame\">All&nbsp;Modules</a></li>");
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
  1136
    }
49beafe2faf3 8166306: Broken link for All Packages in java.jnlp module
bpatel
parents: 44807
diff changeset
  1137
40511
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
  1138
    void checkModulesInSearch(boolean found) {
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
  1139
        checkOutput("index-all.html", found,
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
  1140
                "<dl>\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1141
                + "<dt><a href=\"moduleA/module-summary.html\">moduleA</a> - module moduleA</dt>\n"
40511
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
  1142
                + "<dd>\n"
45913
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
  1143
                + "<div class=\"block\">This is a test description for the moduleA module with a Search "
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
  1144
                + "phrase <a id=\"searchphrase\" class=\"searchTagResult\">search phrase</a>.</div>\n"
40511
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
  1145
                + "</dd>\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1146
                + "<dt><a href=\"moduleB/module-summary.html\">moduleB</a> - module moduleB</dt>\n"
40511
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
  1147
                + "<dd>\n"
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
  1148
                + "<div class=\"block\">This is a test description for the moduleB module.</div>\n"
40511
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
  1149
                + "</dd>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1150
                + "</dl>",
40511
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
  1151
                "<dl>\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1152
                + "<dt><span class=\"searchTagLink\"><a href=\"moduleA/module-summary.html#searchphrase\">"
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
  1153
                + "search phrase</a></span> - Search tag in moduleA</dt>\n"
40511
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
  1154
                + "<dd>with description</dd>\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1155
                + "<dt><span class=\"searchTagLink\"><a href=\"moduleB/module-summary.html#search_word\">"
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
  1156
                + "search_word</a></span> - Search tag in moduleB</dt>\n"
40511
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
  1157
                + "<dd>&nbsp;</dd>\n"
1b3c502e0bdc 8155995: Update javadoc to include module search
bpatel
parents: 40508
diff changeset
  1158
                + "</dl>");
45913
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
  1159
        checkOutput("index-all.html", false,
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1160
                "<dt><span class=\"searchTagLink\"><a href=\"moduleA/module-summary.html#searchphrase\">"
45913
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
  1161
                + "search phrase</a></span> - Search tag in moduleA</dt>\n"
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
  1162
                + "<dd>with description</dd>\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1163
                + "<dt><span class=\"searchTagLink\"><a href=\"moduleA/module-summary.html#searchphrase\">"
45913
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
  1164
                + "search phrase</a></span> - Search tag in moduleA</dt>\n"
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
  1165
                + "<dd>with description</dd>");
44196
f88c0e9cb102 8174974: Annotation type pages generated by javadoc is missing module information
bpatel
parents: 44195
diff changeset
  1166
    }
42407
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1167
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1168
    void checkModuleModeCommon() {
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1169
        checkOutput("overview-summary.html", true,
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1170
                "<th class=\"colFirst\" scope=\"row\"><a href=\"moduleA/module-summary.html\">moduleA</a></th>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1171
                + "<td class=\"colLast\">\n"
45913
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
  1172
                + "<div class=\"block\">This is a test description for the moduleA module with a Search "
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
  1173
                + "phrase <a id=\"searchphrase\" class=\"searchTagResult\">search phrase</a>.</div>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1174
                + "</td>",
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1175
                "<th class=\"colFirst\" scope=\"row\"><a href=\"moduleB/module-summary.html\">moduleB</a></th>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1176
                + "<td class=\"colLast\">\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1177
                + "<div class=\"block\">This is a test description for the moduleB module.</div>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1178
                + "</td>",
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1179
                "<th class=\"colFirst\" scope=\"row\"><a href=\"moduletags/module-summary.html\">moduletags</a></th>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1180
                + "<td class=\"colLast\">\n"
45913
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
  1181
                + "<div class=\"block\">This is a test description for the moduletags module.<br>\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1182
                + " Type Link: <a href=\"moduletags/testpkgmdltags/TestClassInModuleTags.html\" title=\"class in testpkgmdltags\"><code>TestClassInModuleTags</code></a>.<br>\n"
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1183
                + " Member Link: <a href=\"moduletags/testpkgmdltags/TestClassInModuleTags.html#testMethod(java.lang.String)\"><code>testMethod(String)</code></a>.<br>\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1184
                + " Package Link: <a href=\"moduletags/testpkgmdltags/package-summary.html\"><code>testpkgmdltags</code></a>.<br></div>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1185
                + "</td>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1186
        checkOutput("moduleA/module-summary.html", true,
49551
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1187
                "<li><a href=\"#module.description\">Description</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1188
                + "<li><a href=\"#modules.summary\">Modules</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1189
                + "<li><a href=\"#packages.summary\">Packages</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1190
                + "<li>Services</li>",
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1191
                "<th class=\"colFirst\" scope=\"row\"><a href=\"../moduleB/module-summary.html\">moduleB</a></th>\n"
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1192
                + "<td class=\"colLast\"><a href=\"../moduleB/testpkgmdlB/package-summary.html\">testpkgmdlB</a></td>\n");
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1193
        checkOutput("moduleB/module-summary.html", true,
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1194
                "<th class=\"colFirst\" scope=\"row\"><a href=\"testpkgmdlB/TestClassInModuleB.html\" title=\"class in testpkgmdlB\">TestClassInModuleB</a></th>\n"
48437
dd3b97564ed7 8192007: javadoc @uses and @provides tags in the modules documentation appears before the first-sentence summary of the service type.
bpatel
parents: 48325
diff changeset
  1195
                + "<td class=\"colLast\">\n"
dd3b97564ed7 8192007: javadoc @uses and @provides tags in the modules documentation appears before the first-sentence summary of the service type.
bpatel
parents: 48325
diff changeset
  1196
                + "<div class=\"block\">With a test description for uses.</div>\n</td>\n");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1197
        checkOutput("moduletags/module-summary.html", true,
49551
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1198
                "<li><a href=\"#module.description\">Description</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1199
                + "<li><a href=\"#modules.summary\">Modules</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1200
                + "<li><a href=\"#packages.summary\">Packages</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1201
                + "<li>Services</li>",
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1202
                "<table class=\"requiresSummary\">\n"
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
  1203
                + "<caption><span>Indirect Requires</span><span class=\"tabEnd\">&nbsp;</span></caption>",
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1204
                "<td class=\"colFirst\">transitive</td>\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1205
                + "<th class=\"colSecond\" scope=\"row\"><a href=\"../moduleB/module-summary.html\">moduleB</a></th>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1206
                + "<td class=\"colLast\">\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1207
                + "<div class=\"block\">This is a test description for the moduleB module.</div>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1208
                + "</td>",
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1209
                "<table class=\"packagesSummary\">\n"
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
  1210
                + "<caption><span>Indirect Exports</span><span class=\"tabEnd\">&nbsp;</span></caption>",
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1211
                "<td class=\"colFirst\">transitive static</td>\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1212
                + "<th class=\"colSecond\" scope=\"row\"><a href=\"../moduleA/module-summary.html\">moduleA</a></th>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1213
                + "<td class=\"colLast\">\n"
45913
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
  1214
                + "<div class=\"block\">This is a test description for the moduleA module with a Search "
90f6a96c1603 8181622: new {@index} tag generates multiple index entries
bpatel
parents: 45771
diff changeset
  1215
                + "phrase <a id=\"searchphrase\" class=\"searchTagResult\">search phrase</a>.</div>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1216
                + "</td>",
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1217
                "<table class=\"requiresSummary\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1218
                + "<caption><span>Requires</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1219
                + "<tr>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1220
                + "<th class=\"colFirst\" scope=\"col\">Modifier</th>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1221
                + "<th class=\"colSecond\" scope=\"col\">Module</th>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1222
                + "<th class=\"colLast\" scope=\"col\">Description</th>",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1223
                "<table class=\"requiresSummary\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1224
                + "<caption><span>Indirect Requires</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1225
                + "<tr>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1226
                + "<th class=\"colFirst\" scope=\"col\">Modifier</th>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1227
                + "<th class=\"colSecond\" scope=\"col\">Module</th>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1228
                + "<th class=\"colLast\" scope=\"col\">Description</th>",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1229
                "<table class=\"packagesSummary\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1230
                + "<caption><span>Indirect Opens</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1231
                + "<tr>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1232
                + "<th class=\"colFirst\" scope=\"col\">From</th>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1233
                + "<th class=\"colLast\" scope=\"col\">Packages</th>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1234
                + "</tr>\n",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1235
                "<th class=\"colFirst\" scope=\"row\"><a href=\"../moduleB/module-summary.html\">moduleB</a></th>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1236
                + "<td class=\"colLast\"><a href=\"../moduleB/testpkgmdlB/package-summary.html\">testpkgmdlB</a></td>\n");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1237
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1238
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1239
    void checkModuleModeCommon_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1240
        checkOutput("overview-summary.html", true,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1241
                "<th class=\"colFirst\" scope=\"row\"><a href=\"moduletags/module-summary.html\">moduletags</a></th>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1242
                + "<td class=\"colLast\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1243
                + "<div class=\"block\">This is a test description for the moduletags module.<br>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1244
                + " Type Link: <a href=\"moduletags/testpkgmdltags/TestClassInModuleTags.html\" title=\"class in testpkgmdltags\"><code>TestClassInModuleTags</code></a>.<br>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1245
                + " Member Link: <a href=\"moduletags/testpkgmdltags/TestClassInModuleTags.html#testMethod-java.lang.String-\"><code>testMethod(String)</code></a>.<br>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1246
                + " Package Link: <a href=\"moduletags/testpkgmdltags/package-summary.html\"><code>testpkgmdltags</code></a>.<br></div>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1247
                + "</td>");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1248
        checkOutput("moduletags/module-summary.html", true,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1249
                "<table class=\"requiresSummary\" summary=\"Indirect Requires table, listing modules, and an explanation\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1250
                + "<caption><span>Indirect Requires</span><span class=\"tabEnd\">&nbsp;</span></caption>",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1251
                "<table class=\"packagesSummary\" summary=\"Indirect Exports table, listing modules, and packages\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1252
                + "<caption><span>Indirect Exports</span><span class=\"tabEnd\">&nbsp;</span></caption>",
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1253
                "<table class=\"requiresSummary\" summary=\"Requires table, listing modules, and an explanation\">\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1254
                + "<caption><span>Requires</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1255
                + "<tr>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1256
                + "<th class=\"colFirst\" scope=\"col\">Modifier</th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1257
                + "<th class=\"colSecond\" scope=\"col\">Module</th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1258
                + "<th class=\"colLast\" scope=\"col\">Description</th>",
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
  1259
                "<table class=\"requiresSummary\" summary=\"Indirect Requires table, listing modules, and an explanation\">\n"
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
  1260
                + "<caption><span>Indirect Requires</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1261
                + "<tr>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1262
                + "<th class=\"colFirst\" scope=\"col\">Modifier</th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1263
                + "<th class=\"colSecond\" scope=\"col\">Module</th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1264
                + "<th class=\"colLast\" scope=\"col\">Description</th>",
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
  1265
                "<table class=\"packagesSummary\" summary=\"Indirect Opens table, listing modules, and packages\">\n"
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
  1266
                + "<caption><span>Indirect Opens</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1267
                + "<tr>\n"
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
  1268
                + "<th class=\"colFirst\" scope=\"col\">From</th>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1269
                + "<th class=\"colLast\" scope=\"col\">Packages</th>\n"
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1270
                + "</tr>\n");
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1271
    }
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1272
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1273
    void checkModuleModeApi(boolean found) {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1274
        checkOutput("moduleA/module-summary.html", found,
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1275
                "<th class=\"colFirst\" scope=\"row\"><a href=\"testpkgmdlA/package-summary.html\">testpkgmdlA</a></th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1276
                + "<td class=\"colLast\">&nbsp;</td>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1277
        checkOutput("moduleB/module-summary.html", found,
49551
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1278
                "<li><a href=\"#module.description\">Description</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1279
                + "<li>Modules&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1280
                + "<li><a href=\"#packages.summary\">Packages</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1281
                + "<li><a href=\"#services.summary\">Services</a></li>",
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1282
                "<th class=\"colFirst\" scope=\"row\"><a href=\"testpkgmdlB/package-summary.html\">testpkgmdlB</a></th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1283
                + "<td class=\"colLast\">&nbsp;</td>",
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1284
                "<table class=\"packagesSummary\">\n"
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
  1285
                + "<caption><span>Opens</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1286
                + "<tr>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1287
                + "<th class=\"colFirst\" scope=\"col\">Package</th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1288
                + "<th class=\"colLast\" scope=\"col\">Description</th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1289
                + "</tr>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1290
                + "<tbody>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1291
                + "<tr class=\"altColor\" id=\"i0\">\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1292
                + "<th class=\"colFirst\" scope=\"row\"><a href=\"testpkgmdlB/package-summary.html\">testpkgmdlB</a></th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1293
                + "<td class=\"colLast\">&nbsp;</td>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1294
                + "</tr>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1295
                + "</tbody>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1296
                + "</table>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1297
        checkOutput("moduletags/module-summary.html", true,
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1298
                "<th class=\"colFirst\" scope=\"row\"><a href=\"testpkgmdltags/package-summary.html\">testpkgmdltags</a></th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1299
                + "<td class=\"colLast\">&nbsp;</td>");
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1300
    }
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1301
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1302
    void checkModuleModeApi_html4(boolean found) {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1303
        checkOutput("moduleB/module-summary.html", found,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1304
                "<table class=\"packagesSummary\" summary=\"Packages table, listing packages, and an explanation\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1305
                + "<caption><span>Opens</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1306
                + "<tr>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1307
                + "<th class=\"colFirst\" scope=\"col\">Package</th>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1308
                + "<th class=\"colLast\" scope=\"col\">Description</th>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1309
                + "</tr>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1310
                + "<tbody>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1311
                + "<tr class=\"altColor\" id=\"i0\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1312
                + "<th class=\"colFirst\" scope=\"row\"><a href=\"testpkgmdlB/package-summary.html\">testpkgmdlB</a></th>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1313
                + "<td class=\"colLast\">&nbsp;</td>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1314
                + "</tr>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1315
                + "</tbody>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1316
                + "</table>");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1317
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1318
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1319
    void checkModuleModeAll(boolean found) {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1320
        checkOutput("moduleA/module-summary.html", found,
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1321
                "<td class=\"colFirst\"> </td>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1322
                + "<th class=\"colSecond\" scope=\"row\">java.base</th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1323
                + "<td class=\"colLast\">&nbsp;</td>",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1324
                "<td class=\"colFirst\"> </td>\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1325
                + "<th class=\"colSecond\" scope=\"row\"><a href=\"../moduleC/module-summary.html\">moduleC</a></th>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1326
                + "<td class=\"colLast\">\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1327
                + "<div class=\"block\">This is a test description for the moduleC module.</div>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1328
                + "</td>",
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1329
                "<th class=\"colFirst\" scope=\"row\"><a href=\"../moduleC/module-summary.html\">moduleC</a></th>\n"
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1330
                + "<td class=\"colLast\"><a href=\"../moduleC/testpkgmdlC/package-summary.html\">testpkgmdlC</a></td>",
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1331
                "<th class=\"colFirst\" scope=\"row\"><a href=\"testpkgmdlA/package-summary.html\">testpkgmdlA</a></th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1332
                + "<td class=\"colSecond\">All Modules</td>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1333
                + "<td class=\"colLast\">&nbsp;</td>",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1334
                "<caption><span id=\"t0\" class=\"activeTableTab\"><span>All Packages</span><span class=\"tabEnd\">&nbsp;</span></span>"
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
  1335
                + "<span id=\"t1\" class=\"tableTab\"><span><a href=\"javascript:showPkgs(1);\">Exports</a></span>"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1336
                + "<span class=\"tabEnd\">&nbsp;</span></span><span id=\"t3\" class=\"tableTab\"><span><a href=\"javascript:showPkgs(4);\">"
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
  1337
                + "Concealed</a></span><span class=\"tabEnd\">&nbsp;</span></span></caption>",
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1338
                "<th class=\"colFirst\" scope=\"row\"><a href=\"concealedpkgmdlA/package-summary.html\">concealedpkgmdlA</a></th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1339
                + "<td class=\"colSecond\">None</td>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1340
                + "<td class=\"colLast\">&nbsp;</td>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1341
        checkOutput("moduleB/module-summary.html", found,
49551
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1342
                "<li><a href=\"#module.description\">Description</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1343
                + "<li><a href=\"#modules.summary\">Modules</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1344
                + "<li><a href=\"#packages.summary\">Packages</a>&nbsp;|&nbsp;</li>\n"
0d4786e42471 8196200: Implement a navigation builder in javadoc
bpatel
parents: 49139
diff changeset
  1345
                + "<li><a href=\"#services.summary\">Services</a></li>",
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1346
                "<th class=\"colFirst\" scope=\"row\"><a href=\"testpkgmdlB/package-summary.html\">testpkgmdlB</a></th>\n"
48325
e5cdedd37b78 8178070: duplicate entries in package table
jjg
parents: 48295
diff changeset
  1347
                + "<td class=\"colSecond\">None</td>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1348
                + "<td class=\"colSecond\">All Modules</td>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1349
                + "<td class=\"colLast\">&nbsp;</td>",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1350
                "<td class=\"colFirst\"> </td>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1351
                + "<th class=\"colSecond\" scope=\"row\">java.base</th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1352
                + "<td class=\"colLast\">&nbsp;</td>",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1353
                "<th class=\"colFirst\" scope=\"row\"><a href=\"testpkgmdlB/TestClass2InModuleB.html\" title=\"class in testpkgmdlB\">TestClass2InModuleB</a></th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1354
                + "<td class=\"colLast\">&nbsp;</td>",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1355
                "<th class=\"colFirst\" scope=\"row\"><a href=\"testpkg2mdlB/TestInterface2InModuleB.html\" title=\"interface in testpkg2mdlB\">TestInterface2InModuleB</a></th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1356
                + "<td class=\"colLast\">&nbsp;<br>(<span class=\"implementationLabel\">Implementation(s):</span>&nbsp;<a href=\"testpkgmdlB/TestClass2InModuleB.html\" "
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1357
                + "title=\"class in testpkgmdlB\">TestClass2InModuleB</a>)</td>",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1358
                "<th class=\"colFirst\" scope=\"row\"><a href=\"testpkg2mdlB/TestInterfaceInModuleB.html\" title=\"interface in testpkg2mdlB\">TestInterfaceInModuleB</a></th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1359
                + "<td class=\"colLast\">&nbsp;<br>(<span class=\"implementationLabel\">Implementation(s):</span>&nbsp;<a href=\"testpkgmdlB/TestClassInModuleB.html\" "
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1360
                + "title=\"class in testpkgmdlB\">TestClassInModuleB</a>)</td>",
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1361
                "<caption><span id=\"t0\" class=\"activeTableTab\"><span>All Packages</span><span class=\"tabEnd\">&nbsp;</span></span><span id=\"t1\" class=\"tableTab\"><span>"
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
  1362
                + "<a href=\"javascript:showPkgs(1);\">Exports</a></span><span class=\"tabEnd\">&nbsp;</span></span><span id=\"t2\" class=\"tableTab\"><span>"
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
  1363
                + "<a href=\"javascript:showPkgs(2);\">Opens</a></span><span class=\"tabEnd\">&nbsp;</span></span></caption>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1364
        checkOutput("moduleC/module-summary.html", found,
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 44293
diff changeset
  1365
                "<caption><span>Exports</span><span class=\"tabEnd\">&nbsp;</span></caption>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1366
                + "<tr>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1367
                + "<th class=\"colFirst\" scope=\"col\">Package</th>\n"
48325
e5cdedd37b78 8178070: duplicate entries in package table
jjg
parents: 48295
diff changeset
  1368
                + "<th class=\"colSecond\" scope=\"col\">Exported To Modules</th>\n"
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1369
                + "<th class=\"colLast\" scope=\"col\">Description</th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1370
                + "</tr>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1371
        checkOutput("moduletags/module-summary.html", true,
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1372
                "<th class=\"colFirst\" scope=\"row\"><a href=\"testpkgmdltags/package-summary.html\">testpkgmdltags</a></th>\n"
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1373
                + "<td class=\"colLast\">&nbsp;</td>");
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1374
    }
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42823
diff changeset
  1375
42407
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1376
    void checkModuleDeprecation(boolean found) {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1377
        checkOutput("moduleA/module-summary.html", found,
47272
e0d686cdf608 8183511: improve style for deprecated text
bpatel
parents: 47216
diff changeset
  1378
                "<div class=\"deprecationBlock\"><span class=\"deprecatedLabel\">Deprecated, for removal:"
44567
126285be00b9 8175218: The fix for JDK-8141492 broke formatting of some javadoc documentation.
bpatel
parents: 44564
diff changeset
  1379
                + " This API element is subject to removal in a future version.</span>\n"
47300
a905ce398074 8074407: javadoc: using <pre> after @deprecated tag causes warnings
bpatel
parents: 47299
diff changeset
  1380
                + "<div class=\"deprecationComment\">This module is deprecated.</div>\n"
42407
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1381
                + "</div>");
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1382
        checkOutput("deprecated-list.html", found,
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1383
                "<ul>\n"
47299
56419ec66d4e 8169819: minor cleanup for deprecated page
bpatel
parents: 47272
diff changeset
  1384
                + "<li><a href=\"#forRemoval\">For Removal</a></li>\n"
56419ec66d4e 8169819: minor cleanup for deprecated page
bpatel
parents: 47272
diff changeset
  1385
                + "<li><a href=\"#module\">Modules</a></li>\n"
42407
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1386
                + "</ul>",
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1387
                "<tr class=\"altColor\">\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1388
                + "<th class=\"colDeprecatedItemName\" scope=\"row\"><a href=\"moduleA/module-summary.html\">moduleA</a></th>\n"
42407
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1389
                + "<td class=\"colLast\">\n"
47300
a905ce398074 8074407: javadoc: using <pre> after @deprecated tag causes warnings
bpatel
parents: 47299
diff changeset
  1390
                + "<div class=\"deprecationComment\">This module is deprecated.</div>\n"
42407
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1391
                + "</td>\n"
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1392
                + "</tr>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1393
        checkOutput("moduleB/module-summary.html", !found,
47272
e0d686cdf608 8183511: improve style for deprecated text
bpatel
parents: 47216
diff changeset
  1394
                "<div class=\"deprecationBlock\"><span class=\"deprecatedLabel\">Deprecated.</span>\n"
47300
a905ce398074 8074407: javadoc: using <pre> after @deprecated tag causes warnings
bpatel
parents: 47299
diff changeset
  1395
                + "<div class=\"deprecationComment\">This module is deprecated using just the javadoc tag.</div>\n");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1396
        checkOutput("moduletags/module-summary.html", found,
42407
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1397
                "<p>@Deprecated\n"
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1398
                + "</p>",
47272
e0d686cdf608 8183511: improve style for deprecated text
bpatel
parents: 47216
diff changeset
  1399
                "<div class=\"deprecationBlock\"><span class=\"deprecatedLabel\">Deprecated.</span></div>");
42407
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1400
    }
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1401
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1402
    void checkModuleAnnotation() {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1403
        checkOutput("moduleB/module-summary.html", true,
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1404
                "<p><a href=\"testpkgmdlB/AnnotationType.html\" title=\"annotation in testpkgmdlB\">@AnnotationType</a>(<a href=\"testpkgmdlB/AnnotationType.html#optional()\">optional</a>=\"Module Annotation\",\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1405
                + "                <a href=\"testpkgmdlB/AnnotationType.html#required()\">required</a>=2016)\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1406
                + "</p>");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1407
        checkOutput("moduleB/module-summary.html", false,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1408
                "@AnnotationTypeUndocumented");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1409
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1410
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1411
    void checkModuleAnnotation_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1412
        checkOutput("moduleB/module-summary.html", true,
42822
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
  1413
                "<p><a href=\"testpkgmdlB/AnnotationType.html\" title=\"annotation in testpkgmdlB\">@AnnotationType</a>(<a href=\"testpkgmdlB/AnnotationType.html#optional--\">optional</a>=\"Module Annotation\",\n"
a84956e7ee4d 8170987: Module system implementation refresh (12/2016)
alanb
parents: 42494
diff changeset
  1414
                + "                <a href=\"testpkgmdlB/AnnotationType.html#required--\">required</a>=2016)\n"
42407
f3702cff2933 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41157
diff changeset
  1415
                + "</p>");
44196
f88c0e9cb102 8174974: Annotation type pages generated by javadoc is missing module information
bpatel
parents: 44195
diff changeset
  1416
    }
42494
8c5efe520e34 8168688: javadoc top left frame should display all modules while in module mode
bpatel
parents: 42407
diff changeset
  1417
8c5efe520e34 8168688: javadoc top left frame should display all modules while in module mode
bpatel
parents: 42407
diff changeset
  1418
    void checkOverviewFrame(boolean found) {
8c5efe520e34 8168688: javadoc top left frame should display all modules while in module mode
bpatel
parents: 42407
diff changeset
  1419
        checkOutput("index.html", !found,
8c5efe520e34 8168688: javadoc top left frame should display all modules while in module mode
bpatel
parents: 42407
diff changeset
  1420
                "<iframe src=\"overview-frame.html\" name=\"packageListFrame\" title=\"All Packages\"></iframe>");
8c5efe520e34 8168688: javadoc top left frame should display all modules while in module mode
bpatel
parents: 42407
diff changeset
  1421
        checkOutput("index.html", found,
8c5efe520e34 8168688: javadoc top left frame should display all modules while in module mode
bpatel
parents: 42407
diff changeset
  1422
                "<iframe src=\"module-overview-frame.html\" name=\"packageListFrame\" title=\"All Modules\"></iframe>");
8c5efe520e34 8168688: javadoc top left frame should display all modules while in module mode
bpatel
parents: 42407
diff changeset
  1423
    }
44689
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
  1424
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
  1425
    void checkModuleSummaryNoExported(boolean found) {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1426
        checkOutput("moduleNoExport/module-summary.html", found,
44689
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
  1427
                "<!-- ============ PACKAGES SUMMARY =========== -->\n"
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1428
                + "<a id=\"packages.summary\">\n"
44689
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
  1429
                + "<!--   -->\n"
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
  1430
                + "</a>",
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
  1431
                "<caption><span>Concealed</span><span class=\"tabEnd\">&nbsp;</span></caption>");
53c703004306 8175823: doclet crashes when documenting a single class in a module.
bpatel
parents: 44684
diff changeset
  1432
    }
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1433
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1434
    void checkModuleSummaryNoExported_html4(boolean found) {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1435
        checkOutput("moduleNoExport/module-summary.html", found,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1436
                "<!-- ============ PACKAGES SUMMARY =========== -->\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1437
                + "<a name=\"packages.summary\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1438
                + "<!--   -->\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1439
                + "</a>");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1440
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1441
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1442
    void checkGroupOption() {
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1443
        checkOutput("overview-summary.html", true,
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1444
                "<div class=\"contentContainer\">\n"
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1445
                + "<table class=\"overviewSummary\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1446
                + "<caption><span id=\"t0\" class=\"activeTableTab\"><span>All Modules</span><span class=\"tabEnd\">&nbsp;"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1447
                + "</span></span><span id=\"t1\" class=\"tableTab\"><span><a href=\"javascript:showGroups(1);\">"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1448
                + "Module Group A</a></span><span class=\"tabEnd\">&nbsp;</span></span><span id=\"t2\" class=\"tableTab\">"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1449
                + "<span><a href=\"javascript:showGroups(2);\">Module Group B &amp; C</a></span><span class=\"tabEnd\">"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1450
                + "&nbsp;</span></span><span id=\"t4\" class=\"tableTab\"><span><a href=\"javascript:showGroups(4);\">"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1451
                + "Other Modules</a></span><span class=\"tabEnd\">&nbsp;</span></span></caption>",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1452
                "var groups = {\"i0\":1,\"i1\":2,\"i2\":2,\"i3\":4};\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1453
                + "var tabs = {65535:[\"t0\",\"All Modules\"],1:[\"t1\",\"Module Group A\"],2:[\"t2\",\"Module Group B & C\"],4:[\"t4\",\"Other Modules\"]};\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1454
                + "var altColor = \"altColor\";\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1455
                + "var rowColor = \"rowColor\";\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1456
                + "var tableTab = \"tableTab\";\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1457
                + "var activeTableTab = \"activeTableTab\";");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1458
        checkOutput("overview-summary.html", false,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1459
                "<table class=\"overviewSummary\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1460
                + "<caption><span>Modules</span><span class=\"tabEnd\">&nbsp;</span></caption>",
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1461
                "Java SE Modules");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1462
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1463
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1464
    void checkGroupOption_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1465
        checkOutput("overview-summary.html", true,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1466
                "<div class=\"contentContainer\">\n"
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1467
                + "<table class=\"overviewSummary\" summary=\"Module Summary table, listing modules, and an explanation\">\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1468
                + "<caption><span id=\"t0\" class=\"activeTableTab\"><span>All Modules</span><span class=\"tabEnd\">&nbsp;"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1469
                + "</span></span><span id=\"t1\" class=\"tableTab\"><span><a href=\"javascript:showGroups(1);\">"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1470
                + "Module Group A</a></span><span class=\"tabEnd\">&nbsp;</span></span><span id=\"t2\" class=\"tableTab\">"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1471
                + "<span><a href=\"javascript:showGroups(2);\">Module Group B &amp; C</a></span><span class=\"tabEnd\">"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1472
                + "&nbsp;</span></span><span id=\"t4\" class=\"tableTab\"><span><a href=\"javascript:showGroups(4);\">"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1473
                + "Other Modules</a></span><span class=\"tabEnd\">&nbsp;</span></span></caption>",
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1474
                "var groups = {\"i0\":1,\"i1\":2,\"i2\":2,\"i3\":4};\n"
47847
7640bc1eb94f 8190818: Introduce a new Script builder class
jjg
parents: 47846
diff changeset
  1475
                + "var tabs = {65535:[\"t0\",\"All Modules\"],1:[\"t1\",\"Module Group A\"],2:[\"t2\",\"Module Group B & C\"],4:[\"t4\",\"Other Modules\"]};\n"
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1476
                + "var altColor = \"altColor\";\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1477
                + "var rowColor = \"rowColor\";\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1478
                + "var tableTab = \"tableTab\";\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1479
                + "var activeTableTab = \"activeTableTab\";");
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1480
        checkOutput("overview-summary.html", false,
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1481
                "<table class=\"overviewSummary\" summary=\"Module Summary table, listing modules, and an explanation\">\n"
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1482
                + "<caption><span>Modules</span><span class=\"tabEnd\">&nbsp;</span></caption>",
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1483
                "Java SE Modules");
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1484
    }
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1485
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1486
    void checkGroupOptionOrdering() {
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1487
        checkOutput("overview-summary.html", true,
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1488
                "<caption><span id=\"t0\" class=\"activeTableTab\"><span>All Modules</span><span "
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1489
                + "class=\"tabEnd\">&nbsp;</span></span><span id=\"t1\" class=\"tableTab\"><span>"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1490
                + "<a href=\"javascript:showGroups(1);\">B Group</a></span><span class=\"tabEnd\">"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1491
                + "&nbsp;</span></span><span id=\"t2\" class=\"tableTab\"><span><a href=\"javascript:showGroups(2);\">"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1492
                + "C Group</a></span><span class=\"tabEnd\">&nbsp;</span></span><span id=\"t4\" class=\"tableTab\">"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1493
                + "<span><a href=\"javascript:showGroups(4);\">A Group</a></span><span class=\"tabEnd\">&nbsp;</span>"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1494
                + "</span><span id=\"t8\" class=\"tableTab\"><span><a href=\"javascript:showGroups(8);\">Other Modules"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1495
                + "</a></span><span class=\"tabEnd\">&nbsp;</span></span></caption>",
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1496
                "var tabs = {65535:[\"t0\",\"All Modules\"],1:[\"t1\",\"B Group\"],2:[\"t2\",\"C Group\"],"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1497
                + "4:[\"t4\",\"A Group\"],8:[\"t8\",\"Other Modules\"]};");
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1498
        checkOutput("overview-summary.html", false,
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1499
                "<caption><span id=\"t0\" class=\"activeTableTab\"><span>All Modules</span><span "
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1500
                + "class=\"tabEnd\">&nbsp;</span></span><span id=\"t1\" class=\"tableTab\"><span>"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1501
                + "<a href=\"javascript:showGroups(1);\">A Group</a></span><span class=\"tabEnd\">"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1502
                + "&nbsp;</span></span><span id=\"t2\" class=\"tableTab\"><span><a href=\"javascript:showGroups(2);\">"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1503
                + "B Group</a></span><span class=\"tabEnd\">&nbsp;</span></span><span id=\"t4\" class=\"tableTab\">"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1504
                + "<span><a href=\"javascript:showGroups(4);\">C Group</a></span><span class=\"tabEnd\">&nbsp;</span>"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1505
                + "</span><span id=\"t8\" class=\"tableTab\"><span><a href=\"javascript:showGroups(8);\">Other Modules"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1506
                + "</a></span><span class=\"tabEnd\">&nbsp;</span></span></caption>",
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1507
                "Java SE Modules");
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1508
    }
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1509
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1510
    void checkUnnamedModuleGroupOption() {
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1511
        checkOutput("overview-summary.html", true,
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1512
                "<div class=\"contentContainer\">\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1513
                + "<div class=\"block\">The overview summary page header.</div>\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1514
                + "</div>\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1515
                + "<div class=\"contentContainer\">\n"
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1516
                + "<table class=\"overviewSummary\">\n"
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1517
                + "<caption><span id=\"t0\" class=\"activeTableTab\"><span>All Packages</span><span class=\"tabEnd\">&nbsp;"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1518
                + "</span></span><span id=\"t1\" class=\"tableTab\"><span><a href=\"javascript:showGroups(1);\">"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1519
                + "Package Group 0</a></span><span class=\"tabEnd\">&nbsp;</span></span><span id=\"t2\" "
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1520
                + "class=\"tableTab\"><span><a href=\"javascript:showGroups(2);\">Package Group 1</a></span>"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1521
                + "<span class=\"tabEnd\">&nbsp;</span></span></caption>",
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1522
                "var groups = {\"i0\":1,\"i1\":2};\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1523
                + "var tabs = {65535:[\"t0\",\"All Packages\"],1:[\"t1\",\"Package Group 0\"],2:[\"t2\",\"Package Group 1\"]};\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1524
                + "var altColor = \"altColor\";\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1525
                + "var rowColor = \"rowColor\";\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1526
                + "var tableTab = \"tableTab\";\n"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1527
                + "var activeTableTab = \"activeTableTab\";");
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1528
    }
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1529
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1530
    void checkUnnamedModuleGroupOption_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1531
        checkOutput("overview-summary.html", true,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1532
                "<div class=\"contentContainer\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1533
                + "<div class=\"block\">The overview summary page header.</div>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1534
                + "</div>\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1535
                + "<div class=\"contentContainer\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1536
                + "<table class=\"overviewSummary\" summary=\"Package Summary table, listing packages, and an explanation\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1537
                + "<caption><span id=\"t0\" class=\"activeTableTab\"><span>All Packages</span><span class=\"tabEnd\">&nbsp;"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1538
                + "</span></span><span id=\"t1\" class=\"tableTab\"><span><a href=\"javascript:showGroups(1);\">"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1539
                + "Package Group 0</a></span><span class=\"tabEnd\">&nbsp;</span></span><span id=\"t2\" "
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1540
                + "class=\"tableTab\"><span><a href=\"javascript:showGroups(2);\">Package Group 1</a></span>"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1541
                + "<span class=\"tabEnd\">&nbsp;</span></span></caption>");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1542
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1543
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1544
    void checkGroupOptionPackageOrdering() {
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1545
        checkOutput("overview-summary.html", true,
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1546
                "<caption><span id=\"t0\" class=\"activeTableTab\"><span>All Packages</span><span "
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1547
                + "class=\"tabEnd\">&nbsp;</span></span><span id=\"t1\" class=\"tableTab\"><span>"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1548
                + "<a href=\"javascript:showGroups(1);\">Z Group</a></span><span class=\"tabEnd\">"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1549
                + "&nbsp;</span></span><span id=\"t2\" class=\"tableTab\"><span><a href=\"javascript:showGroups(2);\">"
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1550
                + "A Group</a></span><span class=\"tabEnd\">&nbsp;</span></span></caption>",
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1551
                "var tabs = {65535:[\"t0\",\"All Packages\"],1:[\"t1\",\"Z Group\"],2:[\"t2\",\"A Group\"]};");
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1552
    }
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1553
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1554
    void checkGroupOptionSingleModule() {
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1555
        checkOutput("overview-summary.html", true,
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1556
                "<div class=\"contentContainer\">\n"
49139
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1557
                + "<table class=\"overviewSummary\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1558
                + "<caption><span>Module Group B</span><span class=\"tabEnd\">&nbsp;</span></caption>");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1559
        checkOutput("overview-summary.html", false,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1560
                "<table class=\"overviewSummary\">\n"
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1561
                + "<caption><span>Modules</span><span class=\"tabEnd\">&nbsp;</span></caption>");
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1562
    }
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1563
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1564
    void checkGroupOptionSingleModule_html4() {
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1565
        checkOutput("overview-summary.html", true,
771616d26ca1 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel
parents: 48759
diff changeset
  1566
                "<div class=\"contentContainer\">\n"
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1567
                + "<table class=\"overviewSummary\" summary=\"Module Summary table, listing modules, and an explanation\">\n"
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1568
                + "<caption><span>Module Group B</span><span class=\"tabEnd\">&nbsp;</span></caption>");
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1569
        checkOutput("overview-summary.html", false,
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47300
diff changeset
  1570
                "<table class=\"overviewSummary\" summary=\"Module Summary table, listing modules, and an explanation\">\n"
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1571
                + "<caption><span>Modules</span><span class=\"tabEnd\">&nbsp;</span></caption>");
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44879
diff changeset
  1572
    }
45771
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1573
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1574
    void checkModuleName(boolean found) {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1575
        checkOutput("test.moduleFullName/module-summary.html", found,
45771
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1576
                "<div class=\"header\">\n"
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1577
                + "<h1 title=\"Module\" class=\"title\">Module&nbsp;test.moduleFullName</h1>\n"
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1578
                + "</div>");
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1579
        checkOutput("index-all.html", found,
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1580
                "<h2 class=\"title\">T</h2>\n"
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1581
                + "<dl>\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1582
                + "<dt><a href=\"test.moduleFullName/module-summary.html\">test.moduleFullName</a> - module test.moduleFullName</dt>\n"
45771
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1583
                + "<dd>\n"
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1584
                + "<div class=\"block\">This is a test description for the test.moduleFullName.</div>\n"
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1585
                + "</dd>");
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1586
        checkOutput("module-overview-frame.html", found,
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1587
                "<h2 title=\"Modules\">Modules</h2>\n"
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1588
                + "<ul title=\"Modules\">\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1589
                + "<li><a href=\"moduleB/module-frame.html\" target=\"packageListFrame\" onclick=\"updateModuleFrame('moduleB/module-type-frame.html','moduleB/module-summary.html');\">moduleB</a></li>\n"
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1590
                + "<li><a href=\"test.moduleFullName/module-frame.html\" target=\"packageListFrame\" onclick=\"updateModuleFrame('test.moduleFullName/module-type-frame.html','test.moduleFullName/module-summary.html');\">test.moduleFullName</a></li>\n"
45771
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1591
                + "</ul>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1592
        checkOutput("test.moduleFullName/module-summary.html", !found,
45771
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1593
                "<div class=\"header\">\n"
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1594
                + "<h1 title=\"Module\" class=\"title\">Module&nbsp;moduleFullName</h1>\n"
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1595
                + "</div>");
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1596
        checkOutput("index-all.html", !found,
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1597
                "<dl>\n"
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1598
                + "<dt><a href=\"test.moduleFullName/module-summary.html\">moduleFullName</a> - module moduleFullName</dt>\n"
45771
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1599
                + "<dd>\n"
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1600
                + "<div class=\"block\">This is a test description for the test.moduleFullName.</div>\n"
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1601
                + "</dd>\n"
e447c20c3ff9 8182736: javadoc generates bad names and broken module graph links
jjg
parents: 45157
diff changeset
  1602
                + "</dl>");
47300
a905ce398074 8074407: javadoc: using <pre> after @deprecated tag causes warnings
bpatel
parents: 47299
diff changeset
  1603
    }
48295
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
  1604
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
  1605
    void checkLinkOffline() {
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1606
        checkOutput("moduleB/testpkg3mdlB/package-summary.html", true,
48295
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
  1607
                "<a href=\"https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true\" "
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
  1608
                + "title=\"class or interface in java.lang\" class=\"externalLink\"><code>Link to String Class</code></a>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1609
        checkOutput("moduleB/testpkg3mdlB/package-summary.html", true,
48295
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
  1610
                "<a href=\"https://docs.oracle.com/javase/9/docs/api/java/lang/package-summary.html?is-external=true\" "
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
  1611
                + "class=\"externalLink\"><code>Link to java.lang package</code></a>");
48759
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1612
        checkOutput("moduleB/testpkg3mdlB/package-summary.html", true,
ffa68af7da87 8195795: Organize output files by module/package, not just package
jjg
parents: 48654
diff changeset
  1613
                "<a href=\"https://docs.oracle.com/javase/9/docs/api/java.base/module-summary.html?is-external=true\" "
48295
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
  1614
                + "class=\"externalLink\"><code>Link to java.base module</code></a>");
42494
8c5efe520e34 8168688: javadoc top left frame should display all modules while in module mode
bpatel
parents: 42407
diff changeset
  1615
}
48295
c79d31ba84b9 8164407: Add module support for -link and -linkoffline javadoc option
bpatel
parents: 47861
diff changeset
  1616
}