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

LiteListFrameToolbarVerifyStaticActionsCount Method

Ověří počet statických akcí určitého typu na toolbaru

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.Toolbars
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public void VerifyStaticActionsCount(
	int expectedActionsCount,
	string dataActionType = "method"
)

Parameters

expectedActionsCount
Type: SystemInt32
předpokládaný počet statických akcí
dataActionType (Optional)
Type: SystemString
Typ akce
See Also