Package org.ops4j.pax.exam.options.libraries

Examples of org.ops4j.pax.exam.options.libraries.JUnitBundlesOption


     * Creates a {@link JUnitBundlesOption}.
     *
     * @return junit bundles option
     */
    public static CompositeOption junitBundles() {
        return new DefaultCompositeOption(new JUnitBundlesOption(), systemProperty(
            "pax.exam.invoker").value("junit"),
            bundle("link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link"),
            bundle("link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link"));
    }
View Full Code Here

TOP

Related Classes of org.ops4j.pax.exam.options.libraries.JUnitBundlesOption

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.