Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
StoryTeller
Testing
Wait
C# Class StoryTeller.Testing.Wait
Mostra file
Open project: storyteller/Storyteller
Public Methods
Method
Description
Until
(
Func
condition
,
int
millisecondPolling
= 500,
int
timeoutInMilliseconds
= 5000 ) :
bool
Method Details
Until()
public
static
method
public
static
Until
(
Func
condition
,
int
millisecondPolling
= 500,
int
timeoutInMilliseconds
= 5000 ) :
bool
condition
Func
millisecondPolling
int
timeoutInMilliseconds
int
return
bool