Examples of JUnitFacet


Examples of org.jboss.forge.arquillian.testframework.junit.JUnitFacet

      assertNotNull("Verify that the plugin use a version property for arquillian core",
            pom.getProperties().get(ArquillianPlugin.ARQ_CORE_VERSION_PROP_NAME));

      assertNotNull("Verify that the plugin use a version property for junit",
            pom.getProperties().get(new JUnitFacet().getVersionPropertyName()));

      ResourceFacet facet = project.getFacet(ResourceFacet.class);
      FileResource<?> arquillianXml = facet.getTestResource("arquillian.xml");

      assertThat(arquillianXml, is(notNullValue()));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.