Class: TestConstants
- Inherits:
-
Test::Unit::TestCase
- Object
- Test::Unit::TestCase
- TestConstants
- Defined in:
- lib/webconsole/logger/test/tc_logger.rb
Instance Method Summary collapse
Instance Method Details
#test_constants ⇒ Object
16 17 18 19 20 21 |
# File 'lib/webconsole/logger/test/tc_logger.rb', line 16 def test_constants = WebConsole::Logger::MESSAGE_PREFIX assert_not_nil(, "The message prefix should not be nil.") error_prefix = WebConsole::Logger::ERROR_PREFIX assert_not_nil(, "The error prefix should not be nil.") end |