Skip to content

Instantly share code, notes, and snippets.

View andrewriver's full-sized avatar

Andres Del Rio andrewriver

  • Zemoga
  • Bogotá, CO
View GitHub Profile
@andrewriver
andrewriver / Test__MainComponent.brs
Created October 23, 2020 15:40
Roku Unit Test Framework Bug - Component naming
sub init()
Runner = TestRunner()
Runner.SetFunctions([
TestSuite__MainComponent
])
end sub
function TestSuite__MainComponent() as object
this = BaseTestSuite()
this.name = "TestSuite__MainComponent"