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

EditComponentVerifyEnabled Method

Ověří aktivnost 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 VerifyEnabled(
	bool enabled = true,
	string message = null
)

Parameters

enabled (Optional)
Type: SystemBoolean

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

message (Optional)
Type: SystemString

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

See Also