类: RSpec::Core::Notifications::MessageNotification
- 继承
-
Struct
- Object
- Struct
- RSpec::Core::Notifications::MessageNotification
- 定义于
- lib/rspec/core/notifications.rb
概述
MessageNotification
封装了报告器发送给格式化程序的通用消息。
实例属性摘要 折叠
实例属性详情
#message ⇒String
消息
264 265 266 |
# File 'lib/rspec/core/notifications.rb', line 264 def @message end |