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::Concern

included

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)


19
20
21
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 19

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)


64
65
66
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 64

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)


73
74
75
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 73

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)


82
83
84
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 82

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)


46
47
48
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 46

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)


91
92
93
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 91

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)


100
101
102
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 100

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)


109
110
111
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 109

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)


28
29
30
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 28

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)


37
38
39
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 37

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)


136
137
138
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 136

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)


55
56
57
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 55

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)


127
128
129
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 127

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)


118
119
120
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 118

def got_step_part
  ""
end