Sha256: 15c7a10ad0326109bdd98dbdc11cff91150c6fcf1958eaa1a7245774f5b87416
Contents?: true
Size: 694 Bytes
Versions: 27
Compression:
Stored size: 694 Bytes
Contents
require 'helper' class TestNutellaNet < MiniTest::Test # nutella.init( 'ltg.evl.uic.edu', 'ale_app_1', 'ale_run_1', 'ale_component_2' ) # # def test_logger # p nutella.log.success 'success', 401 # p nutella.log.info 'info', 401 # p nutella.log.warn 'warn', 401 # p nutella.log.error 'error', 401 # p nutella.log.debug 'debug', 401 # end # nutella.app.init( 'ltg.evl.uic.edu', 'ale_app_1', 'ale_component_2' ) # # def test_logger # p nutella.app.log.success 'success', 401 # p nutella.app.log.info 'info', 401 # p nutella.app.log.warn 'warn', 401 # p nutella.app.log.error 'error', 401 # p nutella.app.log.debug 'debug', 401 # end end
Version data entries
27 entries across 27 versions & 1 rubygems