You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
namespace tests
@SGNode("GqlTask")
@suite
class GqlTaskTests extends tests.BaseTestSuite
@describe("runGqlTask")
@it("calls the success/finish callbacks when the task succeeds")
function _()
m.assertEqual(true, true)
end function
end class
end namespace
Error msg
+++++RUNNING NODE TEST
node type is GqlTaskTests
BRIGHTSCRIPT: ERROR: Runtime: func_name_resolver failed resolving '__tests_basetestsuite_builder': pkg:/source/tests/components/module/task/GqlTask.spec.brs(2)
BrightScript Micro Debugger.
Enter any BrightScript statement, debug commands, or HELP.
Suspending threads...
Thread selected: 1* .../module/task/GqlTask.spec.brs(2) instance = __tests_BaseTestSuite_builder()
Current Function:
001: function __tests_GqlTaskTests_builder()
002:* instance = __tests_BaseTestSuite_builder()
003: instance.super1_new = instance.new
004: instance.new = sub()
004: sub()
005: m.super1_new()
006: end sub
006:
Source Digest(s):
pkg: dev 6.3.12 8c772235 QVC+ and HSN+
roku_analytics: 109022 1.4.7 533c3ca6 Roku Analytics Library
Function is not defined in component's namespace (runtime error &h91) in pkg:/source/tests/components/module/task/GqlTask.spec.brs(2)
Backtrace:
#3 Function __tests_gqltasktests_builder() As Dynamic
file/line: pkg:/source/tests/components/module/task/GqlTask.spec.brs(2)
#2 Function tests_gqltasktests() As Dynamic
file/line: pkg:/source/tests/components/module/task/GqlTask.spec.brs(91)
#1 Function $anon_306(nodetestname As Dynamic) As Dynamic
file/line: pkg:/source/rooibos/TestRunner.brs(107)
#0 Function init() As Dynamic
file/line: pkg:/components/rooibos/generated/GqlTaskTests.brs(5)
The text was updated successfully, but these errors were encountered:
Dependecies
Test file
Error msg
The text was updated successfully, but these errors were encountered: