Arquillian Governor 1.0.1.Final 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.1.Final release of the Arquillian Governor component!
A new member has been added to Governor:
Arquillian Governor Ignore
This extension simply ignores (skips) test methods which are listed in arquillian.xml
.
Configuration of this extension is done via governor-ignore
qualifier:
<extension qualifier="governor-ignore">
<property name="expression">com\.foobar\.[.]*</property>
<property name="methods">org.acme.foo.ListTest#testStrFilter,org.bar.boo.QwertTest#testFoo</property>
<property name="methods_1">org.arquillian.test.governor.ignore.IgnoreTest#testIgnored</property>
</extension>
The expression
property is a regexp to which it matches simple method’s fqn.
The methods
property contains a list of simple fqn’s, separated by comma (,), where any property starting with methods_
is a separate simple fqn.
Of course all properties are optional. But in order to ignore something, at least one must be defined. ;-)
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 Governor |
---|---|
Version | 1.0.1.Final view tag |
Release date | 2015-12-12 |
Released by | Aslak Knutsen |
Compiled against |
Published artifacts org.arquillian.extension
- org.arquillian.extension » arquillian-governor-spi jar javadoc pom
- org.arquillian.extension » arquillian-governor-api jar javadoc pom
- org.arquillian.extension » arquillian-governor jar javadoc pom
- org.arquillian.extension » arquillian-governor-jira jar javadoc pom
- org.arquillian.extension » arquillian-governor-skipper jar javadoc pom
- org.arquillian.extension » arquillian-governor-github jar javadoc pom
- org.arquillian.extension » arquillian-governor-ignore jar javadoc pom
Release notes and resolved issues 2
- Enhancement
Thanks to the following list of contributors: Aslak Knutsen, Ales Justin, Stefan Miklosovic