It checks if data was set on Store
(part of Roku Framework).
Params:
data
:Object
- the data that should be set onStore
msg = ""
:String
- additional message when test fails
It checks if request was made via createRequest
(part of Roku Framework).
Params:
params = {}
:Object
- arguments passed tocreateRequest
methodoptions = {}
:Object
times
:Integer
- how many times it should be calledstrict
:Boolean
- affects how the params are compared. Whentrue
the params object must match the arguments types and values (1 to 1 equality). Iffalse
the params object can contain some of the passed arguments that are tested
msg = ""
:String
- additional message when test fails