Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-622

Verify that all unit tests run in maven

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Minor
    • 2.3-RC1
    • 2.3-beta-1
    • jaxrs
    • None

    Description

      From the maven-surefire-plugin doc:

          By default, the Surefire Plugin will automatically include all test classes with the following wildcard patterns:
      
              "**/Test*.java" - includes all of its subdirectories and all java filenames that start with "Test".
              "**/*Test.java" - includes all of its subdirectories and all java filenames that end with "Test".
              "**/*TestCase.java" - includes all of its subdirectories and all java filenames that end with "TestCase".
      

      There are seven unit test classes that don't conform:

      resteasy-jaxrs:
      
        org.jboss.resteasy.test.client.Regression435.java
        org.jboss.resteasy.test.finegrain.methodparams.MatrixParamAsPrimitive.java
        org.jboss.resteasy.test.finegrain.methodparams.UriParamsWithLocator.java
        org.jboss.resteasy.test.finegrain.resource.CovariantReturnSubresourceLocators.java
        org.jboss.resteasy.test.form.FormBodyTestResource.java
      
      resteasy-jaxb-provider:
      
        org.jboss.resteasy.test.providers.jaxb.collection.CollectionTest2
        org.jboss.resteasy.test.providers.jaxb.regression.EmptyContentType
      

      Attachments

        Activity

          People

            rsigal@redhat.com Ronald Sigal
            rsigal@redhat.com Ronald Sigal
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: