| |
|
| org.jboss.test.xml.XMLNameToJavaIdentifierUnitTestCase
XMLNameToJavaIdentifierUnitTestCase | public class XMLNameToJavaIdentifierUnitTestCase extends TestCase (Code) | | Tests XML names to various Java identifiers conversion.
author: Alexey Loubyansky version: $Revision: 57211 $ |
XMLNameToJavaIdentifierUnitTestCase | public XMLNameToJavaIdentifierUnitTestCase(String localName)(Code) | | |
testXmlNameToClassName | public void testXmlNameToClassName() throws Exception(Code) | | |
testXmlNameToClassNameWithLowLines | public void testXmlNameToClassNameWithLowLines() throws Exception(Code) | | |
testXmlNameToConstantName | public void testXmlNameToConstantName() throws Exception(Code) | | |
testXmlNameToFieldName | public void testXmlNameToFieldName() throws Exception(Code) | | |
testXmlNameToGetMethodName | public void testXmlNameToGetMethodName() throws Exception(Code) | | |
testXmlNameToSetMethodName | public void testXmlNameToSetMethodName() throws Exception(Code) | | |
testXmlNamespaceToJavaPackage | public void testXmlNamespaceToJavaPackage() throws Exception(Code) | | |
|
|
|