tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
TheDocumentIsNotAHiRPC
tagion
testbench
services
hirpc_verifier
Undocumented in source.
@
safe
@
Scenario
("The Document is not a HiRPC", [])
class
TheDocumentIsNotAHiRPC {
ActorHandle
hirpc_verifier_handle
;
string
hirpc_verifier_success
;
string
hirpc_verifier_reject
;
this
(ActorHandle _hirpc_verifier_handle, string _success, string _reject);
Document
doc
;
Document
format
();
Document
services
();
Document
rejected
();
Document
collectorService
();
}
Constructors
this
this
(ActorHandle _hirpc_verifier_handle, string _success, string _reject)
Undocumented in source.
Members
Functions
collectorService
Document
collectorService
()
Undocumented in source. Be warned that the author may not have intended to support it.
format
Document
format
()
Undocumented in source. Be warned that the author may not have intended to support it.
rejected
Document
rejected
()
Undocumented in source. Be warned that the author may not have intended to support it.
services
Document
services
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
doc
Document
doc
;
Undocumented in source.
hirpc_verifier_handle
ActorHandle
hirpc_verifier_handle
;
Undocumented in source.
hirpc_verifier_reject
string
hirpc_verifier_reject
;
Undocumented in source.
hirpc_verifier_success
string
hirpc_verifier_success
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
services
hirpc_verifier
aliases
FeatureContext
classes
CorrectHiRPCFormatAndPermission
CorrectHiRPCWithPermissionDenied
HIRPCWithIllegalMethod
TheDocumentIsNotAHiRPC
manifest constants
feature