Package org.jboss.cdi.tck.api

Examples of org.jboss.cdi.tck.api.Configuration


        } catch (IOException e) {
            e.printStackTrace();
        }
        logger.log(Level.INFO, "CDI-TCK Implementation version: {0}", Package.getPackage("org.jboss.cdi.tck.impl.testng").getImplementationVersion());
        logger.log(Level.INFO, "CDI-TCK Specification version: {0}", Package.getPackage("org.jboss.cdi.tck.impl.testng").getSpecificationVersion());
        Configuration conf = ConfigurationFactory.get();
        logger.log(Level.INFO, conf.toString());
    }
View Full Code Here

TOP

Related Classes of org.jboss.cdi.tck.api.Configuration

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.