Class CfnTestCasePropsMixin.TestCaseLatestVersionProperty
Specifies the latest version of a test case.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppTest.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTestCasePropsMixin.TestCaseLatestVersionProperty : CfnTestCasePropsMixin.ITestCaseLatestVersionProperty
Syntax (vb)
Public Class CfnTestCasePropsMixin.TestCaseLatestVersionProperty Implements CfnTestCasePropsMixin.ITestCaseLatestVersionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.AppTest.Mixins;
var testCaseLatestVersionProperty = new TestCaseLatestVersionProperty {
Status = "status",
Version = 123
};
Synopsis
Constructors
| TestCaseLatestVersionProperty() | Specifies the latest version of a test case. |
Properties
| Status | The status of the test case latest version. |
| Version | The version of the test case latest version. |
Constructors
TestCaseLatestVersionProperty()
Specifies the latest version of a test case.
public TestCaseLatestVersionProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.AppTest.Mixins;
var testCaseLatestVersionProperty = new TestCaseLatestVersionProperty {
Status = "status",
Version = 123
};
Properties
Status
The status of the test case latest version.
public string? Status { get; set; }
Property Value
Remarks
Version
The version of the test case latest version.
public double? Version { get; set; }