Preparing search index...
The search index is not available
@egomobile/http-supertest
@egomobile/http-supertest
BodyValueValidator
Type alias BodyValueValidator
Body
Value
Validator
:
(
(
context
)
=>
BodyValueValidatorResult
|
PromiseLike
<
BodyValueValidatorResult
>
)
A function to validate body.
Type declaration
(
context
)
:
BodyValueValidatorResult
|
PromiseLike
<
BodyValueValidatorResult
>
Parameters
context
:
IBodyValueValidatorContext
The context.
Returns
BodyValueValidatorResult
|
PromiseLike
<
BodyValueValidatorResult
>
Returns
The result or a promise with it.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@egomobile/http-supertest
TestStatus
IBodyValueValidatorContext
ISetupTestEventListenerOptions
ITestStatusUpdateContext
BodyValueValidator
BodyValueValidatorResult
TestEventHandlerPredicate
TestOutputStreamProvider
setupTestEventListener
Generated using
TypeDoc
A function to validate body.