Re: [JGIT PATCH] Configure the maven surefire plugin to specifically include all tests

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jonas Fonseca <fonseca@xxxxxxx> wrote:
> By default, the test cases named T000* were not included. With this
> patch maven reports that 508 tests have been run.

Thanks.  508 is the correct current number of tests.
 
> +            <plugin>
> +                <artifactId>maven-surefire-plugin</artifactId>
> +                <version>2.4.2</version>
> +                <configuration>
> +                    <includes>
> +                        <include>**/*Test.java</include>
> +                        <include>**/*TestCase.java</include>
> +                        <include>**/T000*.java</include>
> +                    </includes>
> +                </configuration>
> +           </plugin>

-- 
Shawn.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux