Traceabilities for Maven Plugin System Test Code

Generated with JavaRequirementsTracer 1.7.0_258.

Summary

Timestamp: Mon Nov 08 11:02:19 CET 2010
Build Number: 258

CodeCoverage 100.00%
= traceableTypeCount/allTypesCount = 1/1
RequirementsCoverage 100.00%
= (foundLabelCount - unknownLabelCount)/requiredLabelCount = 3/3

Checksums:
requiredLabelCount = 3 =? missingLabelCount + foundLabelCount - unknownLabelCount = 0 + 3 - 0 = 3    ...OK
allTypesCount = 1 =? traceableTypeCount + untraceableTypeCount = 1 + 0 = 1    ...OK

Completeness estimates:

  1. Best choice: Completeness = SytemTestCodeRequirementsCoverage * PercentageSuccessfulSystemTests
  2. Next best choice (no System Test code): Completeness = MainCodeRequirementsCoverage * PercentageSuccessfulManualSystemTests

Settings

rootPackageName: javarequirementstracer
includePackageNames: [javarequirementstracer.systemtest]
excludePackageNames: []
excludeTypeNames: [javarequirementstracer.systemtest.AggregatorTest, javarequirementstracer.systemtest.ReporterTest]
includeTestCode: true

Missing, Unknown or Untraceable

Missing Requirements (count = 0)
-

Unknown Requirements (count = 0)
-

Untraceable Types (count = 0)
-

Requirement → Code Elements

Requirement (count = 3) Code Elements
UC-Goal-Aggregate ...systemtest.PluginTest#ucGoalAggregate
UC-Goal-Trace ...systemtest.PluginTest#ucGoalTrace
UC-No-Spring ...systemtest.PluginTest#ucNoSpring

Code Element → Requirements

Code Element (count = 3) Requirements
...systemtest.PluginTest#ucGoalAggregate UC-Goal-Aggregate
...systemtest.PluginTest#ucGoalTrace UC-Goal-Trace
...systemtest.PluginTest#ucNoSpring UC-No-Spring

Requirements Descriptions

Label (count = 3) Description
UC-Goal-Aggregate Maven plugin must have a goal 'aggregate'.
UC-Goal-Trace Maven plugin must have a goal 'trace'.
UC-No-Spring Maven plugin must support No-Spring projects.