Package com.cholick.idea.spock

Examples of com.cholick.idea.spock.HighlightInfoFactory13


        }
    }

    private void registerHighlightInfoFactory(MutablePicoContainer picoContainer) {
        if (isAtLeast13()) {
            picoContainer.registerComponentInstance(HighlightInfoFactory.class.getName(), new HighlightInfoFactory13());
        } else {
            picoContainer.registerComponentInstance(HighlightInfoFactory.class.getName(), new HighlightInfoFactory11());
        }
    }
View Full Code Here

TOP

Related Classes of com.cholick.idea.spock.HighlightInfoFactory13

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.