langtools/test/jdk/javadoc/doclet/testUserTaglet/TestUserTaglet.java
author jjg
Thu, 23 Mar 2017 10:58:16 -0700
changeset 44388 4d0903f1f311
permissions -rw-r--r--
8176836: Provide Taglet with context Reviewed-by: ksrini
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
44388
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
     1
/*
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
     2
 * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
     4
 *
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
     7
 * published by the Free Software Foundation.
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
     8
 *
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    13
 * accompanied this code).
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    14
 *
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    18
 *
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    21
 * questions.
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    22
 */
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    23
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    24
/*
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    25
 * @test
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    26
 * @bug      8176836
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    27
 * @summary  Provide Taglet with context
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    28
 * @library  ../lib
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    29
 * @modules jdk.javadoc/jdk.javadoc.internal.tool
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    30
 * @build    JavadocTester InfoTaglet
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    31
 * @run main TestUserTaglet
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    32
 */
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    33
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    34
public class TestUserTaglet extends JavadocTester {
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    35
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    36
    public static void main(String... args) throws Exception {
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    37
        TestUserTaglet tester = new TestUserTaglet();
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    38
        tester.runTests();
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    39
    }
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    40
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    41
    @Test
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    42
    void test() {
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    43
        javadoc("-d", "out",
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    44
                "-sourcepath", testSrc,
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    45
                "-tagletpath", System.getProperty("test.class.path"),
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    46
                "-taglet", "InfoTaglet",
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    47
                "pkg");
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    48
        checkExit(Exit.OK);
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    49
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    50
        // The following checks verify that information was successfully
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    51
        // derived from the context information available to the taglet.
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    52
        checkOutput("pkg/C.html", true,
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    53
            "<li>Element: CLASS C",
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    54
            "<li>Element supertypes: [java.lang.Object]",
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    55
            "<li>Doclet: class jdk.javadoc.internal.doclets.formats.html.HtmlDoclet"
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    56
        );
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    57
    }
4d0903f1f311 8176836: Provide Taglet with context
jjg
parents:
diff changeset
    58
}