Class TestingSpecification
- Namespace
- JD.AI.Core.Specifications
- Assembly
- JD.AI.Core.dll
public sealed class TestingSpecification
- Inheritance
-
TestingSpecification
- Inherited Members
-
Properties
ApiVersion
public string ApiVersion { get; set; }
Property Value
- string
BehaviorRefs
public IList<string> BehaviorRefs { get; init; }
Property Value
- IList<string>
CoverageTargets
public IList<TestingCoverageTarget> CoverageTargets { get; init; }
Property Value
- IList<TestingCoverageTarget>
GenerationRules
public IList<TestingGenerationRule> GenerationRules { get; init; }
Property Value
- IList<TestingGenerationRule>
Id
public string Id { get; set; }
Property Value
- string
Kind
public string Kind { get; set; }
Property Value
- string
public BehaviorMetadata Metadata { get; set; }
Property Value
- BehaviorMetadata
QualityRefs
public IList<string> QualityRefs { get; init; }
Property Value
- IList<string>
Status
public string Status { get; set; }
Property Value
- string
Trace
public TestingTraceability Trace { get; set; }
Property Value
- TestingTraceability
VerificationLevels
public IList<string> VerificationLevels { get; init; }
Property Value
- IList<string>
Version
public int Version { get; set; }
Property Value
- int