source: ruby/trunk/lib/models/tests/rm/test_security.rb@ 140

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

refs #50

File size: 342 bytes
Line 
1require 'test/unit'
2require 'rm'
3
4class RM_Security_Test < Test::Unit::TestCase
5 def setup
6 assert_nothing_raised(Exception){
7 @access_control_setting = OpenEHR::RM::Security::Access_Control_Settings.new}
8 end
9
10 def test_init
11 assert_instance_of OpenEHR::RM::Security::Access_Control_Settings, @access_control_setting
12 end
13end
Note: See TracBrowser for help on using the repository browser.