Preparing search index...
The search index is not available
mockttp
mockttp
completionCheckers
RuleCompletionChecker
Interface RuleCompletionChecker
interface
RuleCompletionChecker
{
type
:
|
"once"
|
"always"
|
"twice"
|
"thrice"
|
"times"
;
dispose
(
)
:
void
;
explain
(
seenRequestCount
:
undefined
|
number
)
:
string
;
isComplete
(
seenRequestCount
:
number
)
:
boolean
;
}
Hierarchy (
view full
)
Serializable
RuleCompletionChecker
Implemented by
Always
NTimes
Once
Thrice
Twice
Index
Properties
type
Methods
dispose
explain
is
Complete
Properties
type
type
:
|
"once"
|
"always"
|
"twice"
|
"thrice"
|
"times"
Methods
dispose
dispose
(
)
:
void
Returns
void
explain
explain
(
seenRequestCount
)
:
string
Parameters
seenRequestCount
:
undefined
|
number
Returns
string
is
Complete
is
Complete
(
seenRequestCount
)
:
boolean
Parameters
seenRequestCount
:
number
Returns
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
Methods
dispose
explain
is
Complete
mockttp
Loading...