source: ruby/branches/0.5/test/unit/lib/open_ehr/rm/data_structures/tc_representation.rb@ 184

Last change on this file since 184 was 184, checked in by KOBAYASHI, Shinji, 15 years ago

added test case of item

File size: 195 bytes
Line 
1include OpenEhr::RM::DataStructure::Representation
2
3class TestDataStructureRepresentationItem
4 def setup
5 @item = Item.new
6 end
7
8 def test_init
9 assert_instance_of Item, @item
10 end
11end
Note: See TracBrowser for help on using the repository browser.