Examples of XMLDataChannelDescriptorLoader_V3_0_0_1


Examples of org.apache.cayenne.project.upgrade.v6.XMLDataChannelDescriptorLoader_V3_0_0_1

import junit.framework.TestCase;

public class XMLDataChannelDescriptorLoader_V3_0_0_1Test extends TestCase {

    public void testScrubDomainName() {
        XMLDataChannelDescriptorLoader_V3_0_0_1 loader = new XMLDataChannelDescriptorLoader_V3_0_0_1();

        assertEquals("abc123_N", loader.scrubDomainName("abc123_N"));
        assertEquals("____$abc123_N", loader.scrubDomainName("1@! $abc123_N"));
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.