| org.netbeans.spi.xml.cookies.SharedXMLSupportTest
SharedXMLSupportTest | public class SharedXMLSupportTest extends TestCase (Code) | | Trivial golden type support tests.
It tests class that is exposed by CheckXMLSupport
or ValidateXMLSupport.
author: Petr Kuzel |
Method Summary | |
public void | testCheckXML() Test of checkXML method, of class org.netbeans.spi.xml.cookies.SharedXMLSupport. | public void | testValidateXML() Test of validateXML method, of class org.netbeans.spi.xml.cookies.SharedXMLSupport. |
SharedXMLSupportTest | public SharedXMLSupportTest(String testName)(Code) | | |
testCheckXML | public void testCheckXML()(Code) | | Test of checkXML method, of class org.netbeans.spi.xml.cookies.SharedXMLSupport.
|
testValidateXML | public void testValidateXML()(Code) | | Test of validateXML method, of class org.netbeans.spi.xml.cookies.SharedXMLSupport.
|
|
|