Click or drag to resize
Tesco SW, a.s.

EditComponentVerifyDisabled Method

Ověří DisabledClass komponenty

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public virtual void VerifyDisabled(
	bool disabled = true,
	string message = null
)

Parameters

disabled (Optional)
Type: SystemBoolean

[Missing <param name="disabled"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents.EditComponent.VerifyDisabled(System.Boolean,System.String)"]

message (Optional)
Type: SystemString

[Missing <param name="message"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents.EditComponent.VerifyDisabled(System.Boolean,System.String)"]

See Also