Class: ConvenientService::RSpec::Matchers::Classes::Results::Base::Entities::Printers::Null

Inherits:
Base
  • Object
show all
Defined in:
lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb

Instance Attribute Summary

Attributes inherited from Base

#matcher

Instance Method Summary collapse

Methods inherited from Base

#==, #chain, #initialize, #result

Methods included from Support::AbstractMethod

abstract_method

Methods included from Support::Delegate::ClassMethodsForForwardable

#delegate

Constructor Details

This class inherits a constructor from ConvenientService::RSpec::Matchers::Classes::Results::Base::Entities::Printers::Base

Instance Method Details

#descriptionString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


24
25
26
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 24

def description
  ""
end

#expected_code_partString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


69
70
71
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 69

def expected_code_part
  ""
end

#expected_data_partString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


78
79
80
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 78

def expected_data_part
  ""
end

#expected_message_partString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


87
88
89
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 87

def expected_message_part
  ""
end

#expected_partsString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


51
52
53
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 51

def expected_parts
  ""
end

#expected_service_partString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


96
97
98
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 96

def expected_service_part
  ""
end

#expected_status_partString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


105
106
107
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 105

def expected_status_part
  ""
end

#expected_step_partString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


114
115
116
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 114

def expected_step_part
  ""
end

#failure_messageString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


33
34
35
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 33

def failure_message
  ""
end

#failure_message_when_negatedString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


42
43
44
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 42

def failure_message_when_negated
  ""
end

#got_jsend_attributes_partString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


141
142
143
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 141

def got_jsend_attributes_part
  ""
end

#got_partsString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


60
61
62
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 60

def got_parts
  ""
end

#got_service_partString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


132
133
134
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 132

def got_service_part
  ""
end

#got_step_partString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


123
124
125
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 123

def got_step_part
  ""
end