rest-vir - v1.0.0
Preparing search index...
ServiceTestSuite
Type Alias ServiceTestSuite<Service>
type
ServiceTestSuite
<
Service
extends
Readonly
<
SelectFrom
<
GenericServiceImplementation
,
{
createContext
:
true
;
endpoints
:
true
;
logger
:
true
;
postHook
:
true
;
requiredClientOrigin
:
true
;
serviceName
:
true
;
serviceOrigin
:
true
;
webSockets
:
true
;
}
,
>
,
>
,
>
=
{
connectWebSocket
:
ConnectTestServiceWebSocket
<
Service
>
;
fetchEndpoint
:
FetchTestService
<
Service
>
;
server
:
Readonly
<
FastifyInstance
>
;
}
Type Parameters
Service
extends
Readonly
<
SelectFrom
<
GenericServiceImplementation
,
{
createContext
:
true
;
endpoints
:
true
;
logger
:
true
;
postHook
:
true
;
requiredClientOrigin
:
true
;
serviceName
:
true
;
serviceOrigin
:
true
;
webSockets
:
true
;
}
,
>
,
>
Index
Properties
connect
Web
Socket
fetch
Endpoint
server
Properties
connect
Web
Socket
connectWebSocket
:
ConnectTestServiceWebSocket
<
Service
>
fetch
Endpoint
fetchEndpoint
:
FetchTestService
<
Service
>
server
server
:
Readonly
<
FastifyInstance
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
connect
Web
Socket
fetch
Endpoint
server
rest-vir - v1.0.0
Loading...