Arquillian Extension Jacoco 1.0.0.Alpha2 Released

Since we wrote this post we didn't laze around. Check our latest announcement.

The Arquillian team is proud to announce the 1.0.0.Alpha2 release of the Arquillian Extension Jacoco component!

Highlight in this release

Support for Code Coverage of Classes added to nested Archives

@Deployment 
public static WebArchive deploy() {
  return ShrinkWrap.create(WebArchive.class)
          .addLibrary(
            ShrinkWrap.create(JavaArchive.class)
             .addClass(MyLibraryClass.class))
}

What is Arquillian?

Arquillian is open source software that empowers you to test JVM-based applications more effectively. Created to defend the software galaxy from bugs, Arquillian brings your test to the runtime so you can focus on testing your application's behavior rather than managing the runtime. Using Arquillian, you can develop a comprehensive suite of tests from the convenience of your IDE and run them in any IDE, build tool or continuous integration environment.

Release details

Component Arquillian Extension Jacoco
Version 1.0.0.Alpha2 view tag
Release date 2011-11-28
Released by Aslak Knutsen
Compiled against

Published artifacts org.jboss.arquillian.extension

  • org.jboss.arquillian.extension » arquillian-jacoco jar javadoc pom

Release notes and resolved issues 2

Support for nested Archives

Feature Request
  • ARQ-599 - ApplicationArchiveInstrumenter should also instrument classes inside JARs

Thanks to the following list of contributors: Aslak Knutsen, Marek Schmidt