| |
|
| org.w3c.tidy.TidyTestCase org.w3c.tidy.JTidyWarningBugsTest
JTidyWarningBugsTest | public class JTidyWarningBugsTest extends TidyTestCase (Code) | | testcase for JTidy resolved bugs (Tidy warning and errors).
author: fgiust version: $Revision: 1.5 $ ($Author: fgiust $) |
Method Summary | |
public void | test444834() test for JTidy [444834]: Silent Option. | public void | test828316() test for JTidy [828316]: FRAMEBORDER attribute of IFRAME gives spurious warning. |
JTidyWarningBugsTest | public JTidyWarningBugsTest(String name)(Code) | | Instantiate a new Test case.
Parameters: name - test name |
test444834 | public void test444834() throws Exception(Code) | | test for JTidy [444834]: Silent Option.
throws: Exception - any exception generated during the test |
test828316 | public void test828316() throws Exception(Code) | | test for JTidy [828316]: FRAMEBORDER attribute of IFRAME gives spurious warning.
throws: Exception - any exception generated during the test |
|
|
|