类: RSpec::Core::Notifications::MessageNotification

继承
Struct
  • Object
显示全部
定义于
lib/rspec/core/notifications.rb

概述

MessageNotification 封装了报告器发送给格式化程序的通用消息。

实例属性摘要 折叠

实例属性详情

#messageString

消息

返回值

  • (String)

    message 的当前值

264
265
266
# File 'lib/rspec/core/notifications.rb', line 264
def message
  @message
end