public interface RequirementStatisticsService
| Modifier and Type | Method and Description |
|---|---|
RequirementBoundTestCasesStatistics |
gatherBoundTestCaseStatistics(Collection<Long> requirementIds)
Given those requirements ids, returns how many of them are bound to test cases and how many aren't.
|
RequirementBoundDescriptionStatistics |
gatherRequirementBoundDescriptionStatistics(Collection<Long> requirementIds)
Given those requirements ids, returns how many of them have a description and how many haven't.
|
RequirementCoverageStatistics |
gatherRequirementCoverageStatistics(Collection<Long> requirementIds)
Given those requirements ids, sort them by criticality and returns the rate of coverage.
|
RequirementCriticalityStatistics |
gatherRequirementCriticalityStatistics(Collection<Long> requirementIds)
Given those requirements ids, sort them by criticality and returns how many of each were found.
|
Collection<Long> |
gatherRequirementIdsFromValidation(Collection<Long> requirementIds,
org.squashtest.tm.domain.requirement.RequirementCriticality criticality,
Collection<String> validation)
Among the given requirements ids, returns the ids of the requirements that have the given criticality and are bound to the test cases with the given validation.
|
RequirementStatisticsBundle |
gatherRequirementStatisticsBundle(Collection<Long> requirementIds)
Returns all of the above bundled in one bean.
|
RequirementStatusesStatistics |
gatherRequirementStatusesStatistics(Collection<Long> requirementIds)
Given those requirements ids, sort them by status and returns how many of each were found.
|
RequirementValidationStatistics |
gatherRequirementValidationStatistics(Collection<Long> requirementIds)
Given those requirements ids, sort them by criticality and returns the rates of validation.
|
RequirementBoundTestCasesStatistics gatherBoundTestCaseStatistics(Collection<Long> requirementIds)
requirementIds - RequirementStatisticsBundle gatherRequirementStatisticsBundle(Collection<Long> requirementIds)
requirementIds - RequirementStatusesStatistics gatherRequirementStatusesStatistics(Collection<Long> requirementIds)
requirementIds - RequirementCriticalityStatistics gatherRequirementCriticalityStatistics(Collection<Long> requirementIds)
requirementIds - RequirementBoundDescriptionStatistics gatherRequirementBoundDescriptionStatistics(Collection<Long> requirementIds)
requirementIds - RequirementCoverageStatistics gatherRequirementCoverageStatistics(Collection<Long> requirementIds)
requirementIds - RequirementValidationStatistics gatherRequirementValidationStatistics(Collection<Long> requirementIds)
requirementIds - Collection<Long> gatherRequirementIdsFromValidation(Collection<Long> requirementIds, org.squashtest.tm.domain.requirement.RequirementCriticality criticality, Collection<String> validation)
requirementIds - criticality - validation - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.