Package org.ops4j.pax.exam.spi.intern

Examples of org.ops4j.pax.exam.spi.intern.TestProbeBuilderImpl


    public TestProbeBuilder createProbe() throws IOException {

        WarProbeOption warProbeOption = getSingleOption(WarProbeOption.class);
        if (warProbeOption == null) {
            LOG.debug("creating default probe");
            TestProbeBuilderImpl testProbeBuilder = new TestProbeBuilderImpl(cache, store);
            testProbeBuilder.setHeader("Bundle-SymbolicName", "PAXEXAM-PROBE-"
                + createID("created probe"));
            return testProbeBuilder;
        }
        else {
            ConfigurationFactory configurationFactory = ServiceProviderFinder
View Full Code Here

TOP

Related Classes of org.ops4j.pax.exam.spi.intern.TestProbeBuilderImpl

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.