langtools/test/com/sun/javadoc/testJavaFX/TestJavaFX.java
changeset 21478 fa4c7cda1b41
parent 21008 af0b915df7cc
child 23971 f5ff1f5a8dee
equal deleted inserted replaced
21477:02dc78554e0c 21478:fa4c7cda1b41
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 7112427 8012295 8025633
    26  * @bug 7112427 8012295 8025633 8026567
    27  * @summary Test of the JavaFX doclet features.
    27  * @summary Test of the JavaFX doclet features.
    28  * @author jvalenta
    28  * @author jvalenta
    29  * @library ../lib/
    29  * @library ../lib/
    30  * @build JavadocTester TestJavaFX
    30  * @build JavadocTester TestJavaFX
    31  * @run main TestJavaFX
    31  * @run main TestJavaFX
    36     private static final String BUG_ID = "7112427";
    36     private static final String BUG_ID = "7112427";
    37 
    37 
    38     private static final String[][] TEST =
    38     private static final String[][] TEST =
    39         new String[][] {
    39         new String[][] {
    40             {"./" + BUG_ID + "/C.html",
    40             {"./" + BUG_ID + "/C.html",
    41                 "<dt><span class=\"strong\">See Also:</span></dt>" + NL + "<dd><a href=\"C.html#getRate--\"><code>getRate()</code></a>, " + NL +
    41                 "<dt><span class=\"seeLabel\">See Also:</span></dt>" + NL + "<dd><a href=\"C.html#getRate--\"><code>getRate()</code></a>, " + NL +
    42                 "<a href=\"C.html#setRate-double-\"><code>setRate(double)</code></a></dd>"},
    42                 "<a href=\"C.html#setRate-double-\"><code>setRate(double)</code></a></dd>"},
    43             {"./" + BUG_ID + "/C.html",
    43             {"./" + BUG_ID + "/C.html",
    44                 "<pre>public final&nbsp;void&nbsp;setRate(double&nbsp;value)</pre>" + NL +
    44                 "<pre>public final&nbsp;void&nbsp;setRate(double&nbsp;value)</pre>" + NL +
    45                 "<div class=\"block\">Sets the value of the property rate.</div>" + NL +
    45                 "<div class=\"block\">Sets the value of the property rate.</div>" + NL +
    46                 "<dl>" + NL + "<dt><span class=\"strong\">Property description:</span></dt>" },
    46                 "<dl>" + NL + "<dt><span class=\"simpleTagLabel\">Property description:</span></dt>" },
    47             {"./" + BUG_ID + "/C.html",
    47             {"./" + BUG_ID + "/C.html",
    48                 "<pre>public final&nbsp;double&nbsp;getRate()</pre>" + NL +
    48                 "<pre>public final&nbsp;double&nbsp;getRate()</pre>" + NL +
    49                 "<div class=\"block\">Gets the value of the property rate.</div>" + NL +
    49                 "<div class=\"block\">Gets the value of the property rate.</div>" + NL +
    50                 "<dl>" + NL + "<dt><span class=\"strong\">Property description:</span></dt>" },
    50                 "<dl>" + NL + "<dt><span class=\"simpleTagLabel\">Property description:</span></dt>" },
    51             {"./" + BUG_ID + "/C.html",
    51             {"./" + BUG_ID + "/C.html",
    52                 "<td class=\"colLast\"><code><span class=\"strong\"><a href=\"C.html#rateProperty\">rate</a></span></code>" + NL +
    52                 "<td class=\"colLast\"><code><span class=\"memberNameLink\"><a href=\"C.html#rateProperty\">rate</a></span></code>" + NL +
    53                 "<div class=\"block\">Defines the direction/speed at which the <code>Timeline</code> is expected to"},
    53                 "<div class=\"block\">Defines the direction/speed at which the <code>Timeline</code> is expected to"},
    54 
    54 
    55             {"./" + BUG_ID + "/C.html",
    55             {"./" + BUG_ID + "/C.html",
    56                 "<span class=\"strong\">Default value:</span>"},
    56                 "<span class=\"simpleTagLabel\">Default value:</span>"},
    57             {"./" + BUG_ID + "/C.html",
    57             {"./" + BUG_ID + "/C.html",
    58                 "<span class=\"strong\">Since:</span></dt>" + NL + "<dd>JavaFX 8.0</dd>" },
    58                 "<span class=\"simpleTagLabel\">Since:</span></dt>" + NL + "<dd>JavaFX 8.0</dd>" },
    59             {"./" + BUG_ID + "/C.html",
    59             {"./" + BUG_ID + "/C.html",
    60                 "<p>Sets the value of the property <code>Property</code>"},
    60                 "<p>Sets the value of the property <code>Property</code>"},
    61             {"./" + BUG_ID + "/C.html",
    61             {"./" + BUG_ID + "/C.html",
    62                 "<p>Gets the value of the property <code>Property</code>"},
    62                 "<p>Gets the value of the property <code>Property</code>"},
    63             {"./" + BUG_ID + "/C.html",
    63             {"./" + BUG_ID + "/C.html",
    64                 "<span class=\"strong\">Property description:</span>"},
    64                 "<span class=\"simpleTagLabel\">Property description:</span>"},
    65             {"./" + BUG_ID + "/C.html",
    65             {"./" + BUG_ID + "/C.html",
    66                 "<td class=\"colLast\"><code><span class=\"strong\"><a href=\"C.html#setTestMethodProperty--\">setTestMethodProperty</a></span>()</code>&nbsp;</td>" },
    66                 "<td class=\"colLast\"><code><span class=\"memberNameLink\"><a href=\"C.html#setTestMethodProperty--\">setTestMethodProperty</a></span>()</code>&nbsp;</td>" },
    67             {"./" + BUG_ID + "/C.html",
    67             {"./" + BUG_ID + "/C.html",
    68                 "<h4>isPaused</h4>" + NL +
    68                 "<h4>isPaused</h4>" + NL +
    69                 "<pre>public final&nbsp;double&nbsp;isPaused()</pre>" + NL +
    69                 "<pre>public final&nbsp;double&nbsp;isPaused()</pre>" + NL +
    70                 "<div class=\"block\">Gets the value of the property paused.</div>" },
    70                 "<div class=\"block\">Gets the value of the property paused.</div>" },
    71             {"./" + BUG_ID + "/D.html",
    71             {"./" + BUG_ID + "/D.html",