finish truth check (green again)
some (basic) if tests
This commit is contained in:
@ -27,7 +27,7 @@ class TypeApi < MiniTest::Test
|
||||
assert_equal Parfait::Space , space.class
|
||||
type = space.get_type
|
||||
assert_equal Parfait::Type , type.class
|
||||
assert_equal 4 , type.names.get_length
|
||||
assert_equal 7 , type.names.get_length
|
||||
assert_equal type.object_class.class , Parfait::Class
|
||||
assert_equal type.object_class.name , :Space
|
||||
end
|
||||
|
Reference in New Issue
Block a user