blob: 34f73c132c162f1c86f368a288adcd5ffe5913fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require 'test/unit'
class TestKross < Test::Unit::TestCase
def setup:
require "krosstestpluginmodule"
testpluginobject1 = Krosstestpluginmodule::get("testpluginobject1")
#Krosschalkcore::get("ChalkDocument")
#testpluginobject1.func1()
#def test_primitive
# print "---------------- 1\n"
end
end
print "3----------------\n"
|