parasoft:verify

Full name:

Parasoft:maven-parasoft-plugin:3.13:verify

Description:

Verify mojo, used to fail the build if certain test result condition(s) are not met.

Attributes:

  • Requires a Maven 2.0 project to be executed.

Optional Parameters

Name Type Since Description
expectedErrors Integer - Expected number of errors
expectedFiles Integer - Expected number of files
mode String - Comparison mode, accepted values are: EQUALS, NOT_EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS. Test is performed as "expected <<mode>> actual"
Default value is: EQUALS.
project MavenProject - (no description)
report File - Relative path to destination for report file
Default value is: target/site/parasoft/test.xml.

Parameter Details

expectedErrors:

Expected number of errors
  • Type: java.lang.Integer
  • Required: No
  • Expression: ${parasoft.verifier.errors}

expectedFiles:

Expected number of files
  • Type: java.lang.Integer
  • Required: No
  • Expression: ${parasoft.verifier.files}

mode:

Comparison mode, accepted values are: EQUALS, NOT_EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS. Test is performed as "expected <<mode>> actual"
  • Type: java.lang.String
  • Required: No
  • Expression: ${parasoft.verifier.mode}
  • Default: EQUALS

project:

(no description)
  • Type: org.apache.maven.project.MavenProject
  • Required: No
  • Expression: ${project}

report:

Relative path to destination for report file
  • Type: java.io.File
  • Required: No
  • Expression: ${parasoft.report}
  • Default: target/site/parasoft/test.xml