RosRuleAssertionProps
Initializer
import { RosRuleAssertionProps } from '@alicloud/ros-cdk-core'
const rosRuleAssertionProps: RosRuleAssertionProps = { ... }
Properties
Name | Type | Description |
---|---|---|
assert |
IResolvable |
Define assertions. |
assertDescription |
string |
Define the assertion description. |
assert
Required
public readonly assert: IResolvable;
- Type: IResolvable
Define assertions.
assertDescription
Optional
public readonly assertDescription: string;
- Type: string
- Default: None
Define the assertion description.