note description : "Objects that ..." author : "$Author$" date : "$Date$" revision : "$Revision$" deferred class TESTING_SETTINGS feature -- Storage host: STRING deferred end database_name: STRING deferred end user_login: STRING deferred end user_password: STRING deferred end feature {NONE} -- Imp json_configuration: JSON_CONFIGURATION -- Json configuration once if {PLATFORM}.is_windows then create Result.make ("test.config") else create Result.make ("test.config") end Result.load end end