Package com.asakusafw.yaess.core

Examples of com.asakusafw.yaess.core.CoreProfile


        Map<String, String> conf = new HashMap<String, String>();
        conf.put(CoreProfile.KEY_VERSION, "TESTING");

        ServiceProfile<CoreProfile> profile = new ServiceProfile<CoreProfile>(
                "testing", BasicCoreProfile.class, conf, ProfileContext.system(getClass().getClassLoader()));
        CoreProfile instance = profile.newInstance();

        assertThat(instance.getVersion(), is("TESTING"));
    }
View Full Code Here

TOP

Related Classes of com.asakusafw.yaess.core.CoreProfile

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.