Runs NUnit tests
Mojo Attributes:
test
Name | Type | Description |
---|---|---|
assemblyResolver | AssemblyResolver |
No description. |
nunitHome | String |
The home of nunit. Use this if you 1) have not added nunit to your path and you only have MS installed; or 2) have mono installed and want to use another version of nunit. |
reportsDirectory | String |
Directory where reports are written. Default value is ${project.build.directory}${file.separator}nunit-reports . |
skipTest | boolean |
Skips unit test Default value is false . |
testAssemblyPath | String |
Test Assembly Location Default value is ${project.build.directory}${file.separator}test-assemblies . |
xmlConsole | boolean |
Display XML to the console Default value is false . |
No Description.
org.apache.maven.dotnet.artifact.AssemblyResolver
No
java.lang.String
No
java.lang.String
No
${reportsDirectory}
${project.build.directory}${file.separator}nunit-reports
boolean
No
${skipTests}
false
java.lang.String
No
${testAssemblyPath}
${project.build.directory}${file.separator}test-assemblies
boolean
No
${xmlConsole}
false