tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
CorrectHiRPCFormatAndPermission
tagion
testbench
services
hirpc_verifier
Undocumented in source.
@
safe
@
Scenario
("Correct HiRPC format and permission.", ["The #permission scenario can be executed with and without correct permission."])
class
CorrectHiRPCFormatAndPermission {
ActorHandle
hirpc_verifier_handle
;
string
contract_success
;
string
contract_reject
;
HiRPC
hirpc
;
this
(ActorHandle _hirpc_verifier_handle, string _success, string _reject);
class
HiRPCNet
;
Document
doc
;
Document
transaction
();
Document
document
();
Document
hiRPC
();
Document
submit
();
Document
service
();
Document
contract
();
}
Constructors
this
this
(ActorHandle _hirpc_verifier_handle, string _success, string _reject)
Undocumented in source.
Members
Classes
HiRPCNet
class
HiRPCNet
Undocumented in source.
Functions
contract
Document
contract
()
Undocumented in source. Be warned that the author may not have intended to support it.
document
Document
document
()
Undocumented in source. Be warned that the author may not have intended to support it.
hiRPC
Document
hiRPC
()
Undocumented in source. Be warned that the author may not have intended to support it.
service
Document
service
()
Undocumented in source. Be warned that the author may not have intended to support it.
submit
Document
submit
()
Undocumented in source. Be warned that the author may not have intended to support it.
transaction
Document
transaction
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
contract_reject
string
contract_reject
;
Undocumented in source.
contract_success
string
contract_success
;
Undocumented in source.
doc
Document
doc
;
Undocumented in source.
hirpc
HiRPC
hirpc
;
Undocumented in source.
hirpc_verifier_handle
ActorHandle
hirpc_verifier_handle
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
services
hirpc_verifier
aliases
FeatureContext
classes
CorrectHiRPCFormatAndPermission
CorrectHiRPCWithPermissionDenied
HIRPCWithIllegalMethod
TheDocumentIsNotAHiRPC
manifest constants
feature