Package org.apache.sis.test.mock

Examples of org.apache.sis.test.mock.DataIdentificationMock


     */
    @Test
    public void testCharacterStringFormat() throws JAXBException {
        final String inspire = getDataIdentificationXML(true);
        final String simpler = getDataIdentificationXML(false);
        final DataIdentificationMock id = new DataIdentificationMock(Locale.FRENCH);

        final Marshaller marshaller = pool.acquireMarshaller();
        assertNull(marshaller.getProperty(XML.STRING_SUBSTITUTES));
        assertXmlEquals(inspire, marshal(marshaller, id), "xmlns:*");

 
View Full Code Here

TOP

Related Classes of org.apache.sis.test.mock.DataIdentificationMock

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.