Uses of Enum Class
com.parasoft.coverage.integration.api.CoverageTestResult
Packages that use CoverageTestResult
Package
Description
Parasoft coverage integration Java API for any situation
-
Uses of CoverageTestResult in com.parasoft.coverage.integration.api
Methods in com.parasoft.coverage.integration.api that return CoverageTestResultModifier and TypeMethodDescriptionstatic CoverageTestResultReturns the enum constant of this class with the specified name.static CoverageTestResult[]CoverageTestResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.parasoft.coverage.integration.api with parameters of type CoverageTestResultModifier and TypeMethodDescriptionvoidCoverageApiClient.stopTest(String test, String testCase, CoverageTestContext testContext, CoverageTestResult result, String message) Stops coverage tracking for a test.