| |
|
| org.netbeans.core.xml.FactoriesTest
FactoriesTest | public class FactoriesTest extends NbTestCase (Code) | | A test verifying that by default, cheap JDK-default crimson parser is used,
but if you ask for some fancy features, possible better parser is provided.
author: Nenik |
Inner Class :public static class SaxFactory1 extends GenericSAXFactory | |
Inner Class :public static class SaxFactory2 extends GenericSAXFactory | |
Inner Class :public static class SaxFactory3 extends GenericSAXFactory | |
Inner Class :public static class SaxFactory4 extends GenericSAXFactory | |
Inner Class :public static class DOMFactory1 extends GenericDOMFactory | |
Inner Class :public static class DOMFactory2 extends GenericDOMFactory | |
Inner Class :public static class DOMFactory3 extends GenericDOMFactory | |
Inner Class :public static class DOMFactory4 extends GenericDOMFactory | |
Inner Class :final public static class Lkp extends org.openide.util.lookup.AbstractLookup | |
Inner Class :final public static class CL extends ClassLoader | |
FactoriesTest | public FactoriesTest(String testName)(Code) | | Creates a new instance of FactoriesTest
|
suite | public static Test suite()(Code) | | |
testCreateCheapDOMBuilder | public void testCreateCheapDOMBuilder() throws Exception(Code) | | Check whether factory provides cheap parser by default
|
testCreateCheapSAXParser | public void testCreateCheapSAXParser() throws Exception(Code) | | Check whether factory provides cheap parser by default
|
testCreateFeaturedDOMBuilder | public void testCreateFeaturedDOMBuilder() throws Exception(Code) | | Check whether factory provides cheap parser by default
|
testCreateFeaturedSAXParser | public void testCreateFeaturedSAXParser() throws Exception(Code) | | Check whether factory provides cheap parser by default
|
testCreateNonexistingDOMBuilder | public void testCreateNonexistingDOMBuilder() throws Exception(Code) | | Check whether factory fails for unsupported feature
|
testCreateNonexistingSAXParser | public void testCreateNonexistingSAXParser() throws Exception(Code) | | Check whether factory fails for unsupported feature
|
testFactoriesAreNotOnClassPath | public void testFactoriesAreNotOnClassPath() throws Exception(Code) | | For cases the factories are not on classpath we fallback to
some implementation.
|
|
|
|