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

CryptoLabelCryptoLabelMenuVerifySignaturesCount Method (String, Int32)

Ověří, jestli cryptoLabel má očekávaný počet podpisů s daným názvem.

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public void VerifySignaturesCount(
	string name,
	int exptectedSignaturesCount
)

Parameters

name
Type: SystemString
Název položky podpisu
exptectedSignaturesCount
Type: SystemInt32

[Missing <param name="exptectedSignaturesCount"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents.CryptoLabel.CryptoLabelMenu.VerifySignaturesCount(System.String,System.Int32)"]

See Also