add layout and class accessor and test
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
require_relative 'helper'
|
||||
|
||||
class TestObject < MiniTest::Test
|
||||
class TestLayoutRT < MiniTest::Test
|
||||
include RuntimeTests
|
||||
|
||||
def test_main
|
||||
@ -13,6 +13,11 @@ class TestObject < MiniTest::Test
|
||||
check
|
||||
end
|
||||
|
||||
def test_get_class
|
||||
@string_input = "return get_class()"
|
||||
check
|
||||
end
|
||||
|
||||
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user