'+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
'@It tests getVideosRealExample
'+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
'@Test basic test
'@Params["mp4", ["a", "b", "c"]]
'@Params["mp3", ["a", "b", "c", "d", "e"]]
function VMT__getVideosRealExample_basic(videoType, returnedJson) as void
getjsonMock = m.expectOnce(m.httpService, "getJson", [m.ignoreValue, videoType], returnedJson, true)
videos = m.module.getVideosRealExample(videoType)
m.AssertArrayContainsSubset(videos, returnedJson)
end function
Hi,
Hi guys!.
I'm trying to configure this framework in my project, Does anyone have any tutorial to do this?.
I'm blocked, I don't know what I need put in my makefile or manifest file.
Thanks.
I am also trying to integrate Rooibos and getting error
Error when loading plugin 'rooibos-roku': Error: Cannot find module 'brighterscript/dist/astUtils'
in bsconfig.json I added
{
"plugins": [
"rooibos-roku"
]
}
Am I Missing something. Anyone can suggest, would be grateful
Make sure brighterscript exists in node_modules folder. If not do `npm install brighterscript`. That should fix it
You probably need to install Brighterscript