Package mfinder

Examples of mfinder.ActionFactory


    public void test_load() {

        config = new Configuration();
        config.load();

        ActionFactory factory = config.getFactory();

        assertNotNull(factory);
        assertNotNull(factory.getActions());
        assertNotNull(factory.getDefaultInterceptorStack());
        assertNotNull(factory.getDefaultResultType());
        assertNotNull(factory.getInterceptorStacks());
        assertNotNull(factory.getInterceptors());
        assertNotNull(factory.getResultTypes());
        assertNotNull(factory.getResults());
    }
View Full Code Here

TOP

Related Classes of mfinder.ActionFactory

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.