mocha 1.10.2 → 1.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/FUNDING.yml +1 -0
- data/.yardopts +1 -0
- data/CONTRIBUTING.md +1 -1
- data/README.md +28 -30
- data/RELEASE.md +87 -0
- data/Rakefile +7 -5
- data/lib/mocha/api.rb +2 -3
- data/lib/mocha/block_matcher.rb +31 -0
- data/lib/mocha/cardinality.rb +30 -27
- data/lib/mocha/configuration.rb +2 -2
- data/lib/mocha/expectation.rb +71 -30
- data/lib/mocha/inspect.rb +6 -4
- data/lib/mocha/invocation.rb +9 -5
- data/lib/mocha/mock.rb +41 -15
- data/lib/mocha/mockery.rb +17 -27
- data/lib/mocha/parameter_matchers.rb +1 -0
- data/lib/mocha/parameter_matchers/has_entries.rb +2 -3
- data/lib/mocha/parameter_matchers/has_entry.rb +24 -16
- data/lib/mocha/parameter_matchers/has_key.rb +2 -3
- data/lib/mocha/parameter_matchers/has_keys.rb +53 -0
- data/lib/mocha/parameter_matchers/has_value.rb +2 -3
- data/lib/mocha/parameter_matchers/is_a.rb +2 -3
- data/lib/mocha/parameter_matchers/not.rb +2 -3
- data/lib/mocha/state_machine.rb +31 -40
- data/lib/mocha/stubbed_method.rb +4 -6
- data/lib/mocha/version.rb +1 -1
- data/lib/mocha/yield_parameters.rb +5 -11
- data/mocha.gemspec +13 -7
- metadata +8 -210
- data/bin/build-matrix +0 -82
- data/docs/CNAME +0 -1
- data/docs/Mocha.html +0 -254
- data/docs/Mocha/API.html +0 -1287
- data/docs/Mocha/ClassMethods.html +0 -264
- data/docs/Mocha/Configuration.html +0 -1525
- data/docs/Mocha/Expectation.html +0 -2654
- data/docs/Mocha/ExpectationError.html +0 -152
- data/docs/Mocha/ExpectationErrorFactory.html +0 -260
- data/docs/Mocha/Hooks.html +0 -370
- data/docs/Mocha/Integration.html +0 -125
- data/docs/Mocha/Integration/MiniTest.html +0 -123
- data/docs/Mocha/Integration/MiniTest/Adapter.html +0 -164
- data/docs/Mocha/Integration/TestUnit.html +0 -123
- data/docs/Mocha/Integration/TestUnit/Adapter.html +0 -164
- data/docs/Mocha/Mock.html +0 -1237
- data/docs/Mocha/ObjectMethods.html +0 -765
- data/docs/Mocha/ParameterMatchers.html +0 -2961
- data/docs/Mocha/ParameterMatchers/AllOf.html +0 -153
- data/docs/Mocha/ParameterMatchers/AnyOf.html +0 -153
- data/docs/Mocha/ParameterMatchers/AnyParameters.html +0 -153
- data/docs/Mocha/ParameterMatchers/Anything.html +0 -153
- data/docs/Mocha/ParameterMatchers/Base.html +0 -441
- data/docs/Mocha/ParameterMatchers/Equals.html +0 -153
- data/docs/Mocha/ParameterMatchers/EquivalentUri.html +0 -153
- data/docs/Mocha/ParameterMatchers/HasEntries.html +0 -153
- data/docs/Mocha/ParameterMatchers/HasEntry.html +0 -153
- data/docs/Mocha/ParameterMatchers/HasKey.html +0 -153
- data/docs/Mocha/ParameterMatchers/HasValue.html +0 -153
- data/docs/Mocha/ParameterMatchers/Includes.html +0 -153
- data/docs/Mocha/ParameterMatchers/InstanceOf.html +0 -153
- data/docs/Mocha/ParameterMatchers/IsA.html +0 -153
- data/docs/Mocha/ParameterMatchers/KindOf.html +0 -153
- data/docs/Mocha/ParameterMatchers/Not.html +0 -153
- data/docs/Mocha/ParameterMatchers/Optionally.html +0 -153
- data/docs/Mocha/ParameterMatchers/RegexpMatches.html +0 -153
- data/docs/Mocha/ParameterMatchers/RespondsWith.html +0 -153
- data/docs/Mocha/ParameterMatchers/YamlEquivalent.html +0 -153
- data/docs/Mocha/Sequence.html +0 -149
- data/docs/Mocha/StateMachine.html +0 -527
- data/docs/Mocha/StateMachine/State.html +0 -140
- data/docs/Mocha/StateMachine/StatePredicate.html +0 -140
- data/docs/Mocha/StubbingError.html +0 -150
- data/docs/_index.html +0 -519
- data/docs/class_list.html +0 -51
- data/docs/css/common.css +0 -1
- data/docs/css/full_list.css +0 -58
- data/docs/css/style.css +0 -496
- data/docs/file.COPYING.html +0 -81
- data/docs/file.MIT-LICENSE.html +0 -85
- data/docs/file.README.html +0 -448
- data/docs/file.RELEASE.html +0 -974
- data/docs/file_list.html +0 -71
- data/docs/frames.html +0 -17
- data/docs/index.html +0 -448
- data/docs/js/app.js +0 -303
- data/docs/js/full_list.js +0 -216
- data/docs/js/jquery.js +0 -4
- data/docs/method_list.html +0 -635
- data/docs/top-level-namespace.html +0 -118
- data/gemfiles/Gemfile.minitest.1.3.0 +0 -7
- data/gemfiles/Gemfile.minitest.1.4.0 +0 -7
- data/gemfiles/Gemfile.minitest.1.4.1 +0 -7
- data/gemfiles/Gemfile.minitest.1.4.2 +0 -7
- data/gemfiles/Gemfile.minitest.2.0.0 +0 -7
- data/gemfiles/Gemfile.minitest.2.0.1 +0 -7
- data/gemfiles/Gemfile.minitest.2.11.0 +0 -7
- data/gemfiles/Gemfile.minitest.2.11.2 +0 -7
- data/gemfiles/Gemfile.minitest.2.3.0 +0 -7
- data/gemfiles/Gemfile.minitest.5.11.3 +0 -7
- data/gemfiles/Gemfile.test-unit.2.0.0 +0 -7
- data/gemfiles/Gemfile.test-unit.2.0.1 +0 -7
- data/gemfiles/Gemfile.test-unit.2.0.3 +0 -7
- data/lib/mocha/multiple_yields.rb +0 -15
- data/lib/mocha/no_yields.rb +0 -5
- data/lib/mocha/pretty_parameters.rb +0 -24
- data/lib/mocha/single_yield.rb +0 -13
- data/test/acceptance/acceptance_test_helper.rb +0 -41
- data/test/acceptance/bug_18914_test.rb +0 -37
- data/test/acceptance/bug_21465_test.rb +0 -31
- data/test/acceptance/bug_21563_test.rb +0 -22
- data/test/acceptance/display_matching_invocations_alongside_expectations_test.rb +0 -69
- data/test/acceptance/exception_rescue_test.rb +0 -53
- data/test/acceptance/expectations_on_multiple_methods_test.rb +0 -55
- data/test/acceptance/expected_invocation_count_test.rb +0 -229
- data/test/acceptance/failure_messages_test.rb +0 -61
- data/test/acceptance/issue_272_test.rb +0 -50
- data/test/acceptance/issue_65_test.rb +0 -64
- data/test/acceptance/issue_70_test.rb +0 -53
- data/test/acceptance/mocha_example_test.rb +0 -96
- data/test/acceptance/mocha_test_result_test.rb +0 -83
- data/test/acceptance/mock_built_with_first_argument_type_being_string_test.rb +0 -99
- data/test/acceptance/mock_test.rb +0 -139
- data/test/acceptance/mocked_methods_dispatch_test.rb +0 -75
- data/test/acceptance/multiple_expectations_failure_message_test.rb +0 -66
- data/test/acceptance/optional_parameters_test.rb +0 -67
- data/test/acceptance/parameter_matcher_test.rb +0 -299
- data/test/acceptance/partial_mocks_test.rb +0 -44
- data/test/acceptance/prepend_test.rb +0 -86
- data/test/acceptance/prevent_use_of_mocha_outside_test_test.rb +0 -76
- data/test/acceptance/raise_exception_test.rb +0 -36
- data/test/acceptance/return_value_test.rb +0 -49
- data/test/acceptance/sequence_test.rb +0 -189
- data/test/acceptance/states_test.rb +0 -71
- data/test/acceptance/stub_any_instance_method_defined_on_superclass_test.rb +0 -64
- data/test/acceptance/stub_any_instance_method_test.rb +0 -301
- data/test/acceptance/stub_class_method_defined_on_active_record_association_proxy_test.rb +0 -105
- data/test/acceptance/stub_class_method_defined_on_class_test.rb +0 -78
- data/test/acceptance/stub_class_method_defined_on_module_test.rb +0 -73
- data/test/acceptance/stub_class_method_defined_on_superclass_test.rb +0 -144
- data/test/acceptance/stub_everything_test.rb +0 -53
- data/test/acceptance/stub_instance_method_defined_on_active_record_association_proxy_test.rb +0 -91
- data/test/acceptance/stub_instance_method_defined_on_class_and_aliased_test.rb +0 -67
- data/test/acceptance/stub_instance_method_defined_on_class_test.rb +0 -67
- data/test/acceptance/stub_instance_method_defined_on_kernel_module_test.rb +0 -136
- data/test/acceptance/stub_instance_method_defined_on_module_test.rb +0 -76
- data/test/acceptance/stub_instance_method_defined_on_object_class_test.rb +0 -75
- data/test/acceptance/stub_instance_method_defined_on_singleton_class_test.rb +0 -67
- data/test/acceptance/stub_instance_method_defined_on_superclass_test.rb +0 -70
- data/test/acceptance/stub_method_defined_on_module_and_aliased_test.rb +0 -38
- data/test/acceptance/stub_module_method_test.rb +0 -200
- data/test/acceptance/stub_test.rb +0 -49
- data/test/acceptance/stubba_example_test.rb +0 -93
- data/test/acceptance/stubba_test_result_test.rb +0 -71
- data/test/acceptance/stubbing_error_backtrace_test.rb +0 -63
- data/test/acceptance/stubbing_frozen_object_test.rb +0 -88
- data/test/acceptance/stubbing_method_accepting_block_parameter_test.rb +0 -52
- data/test/acceptance/stubbing_method_unnecessarily_test.rb +0 -63
- data/test/acceptance/stubbing_nil_test.rb +0 -60
- data/test/acceptance/stubbing_non_existent_any_instance_method_test.rb +0 -157
- data/test/acceptance/stubbing_non_existent_class_method_test.rb +0 -157
- data/test/acceptance/stubbing_non_existent_instance_method_test.rb +0 -145
- data/test/acceptance/stubbing_non_public_any_instance_method_test.rb +0 -128
- data/test/acceptance/stubbing_non_public_class_method_test.rb +0 -163
- data/test/acceptance/stubbing_non_public_instance_method_test.rb +0 -141
- data/test/acceptance/stubbing_on_non_mock_object_test.rb +0 -70
- data/test/acceptance/stubbing_same_class_method_on_parent_and_child_classes_test.rb +0 -33
- data/test/acceptance/throw_test.rb +0 -42
- data/test/acceptance/unexpected_invocation_test.rb +0 -23
- data/test/acceptance/unstubbing_test.rb +0 -194
- data/test/assertions.rb +0 -8
- data/test/deprecation_disabler.rb +0 -15
- data/test/execution_point.rb +0 -36
- data/test/integration/mini_test_test.rb +0 -8
- data/test/integration/shared_tests.rb +0 -178
- data/test/integration/test_unit_test.rb +0 -8
- data/test/method_definer.rb +0 -16
- data/test/mini_test_result.rb +0 -96
- data/test/minitest_result.rb +0 -48
- data/test/simple_counter.rb +0 -11
- data/test/test_helper.rb +0 -58
- data/test/test_runner.rb +0 -58
- data/test/test_unit_result.rb +0 -22
- data/test/unit/any_instance_method_test.rb +0 -175
- data/test/unit/array_inspect_test.rb +0 -14
- data/test/unit/backtrace_filter_test.rb +0 -17
- data/test/unit/cardinality_test.rb +0 -72
- data/test/unit/central_test.rb +0 -98
- data/test/unit/change_state_side_effect_test.rb +0 -37
- data/test/unit/class_methods_test.rb +0 -69
- data/test/unit/configuration_test.rb +0 -37
- data/test/unit/date_time_inspect_test.rb +0 -19
- data/test/unit/exception_raiser_test.rb +0 -45
- data/test/unit/expectation_list_test.rb +0 -82
- data/test/unit/expectation_test.rb +0 -492
- data/test/unit/hash_inspect_test.rb +0 -14
- data/test/unit/hooks_test.rb +0 -35
- data/test/unit/in_state_ordering_constraint_test.rb +0 -39
- data/test/unit/instance_method_test.rb +0 -282
- data/test/unit/method_matcher_test.rb +0 -26
- data/test/unit/mock_test.rb +0 -372
- data/test/unit/mockery_test.rb +0 -171
- data/test/unit/module_methods_test.rb +0 -16
- data/test/unit/multiple_yields_test.rb +0 -16
- data/test/unit/no_yields_test.rb +0 -16
- data/test/unit/object_inspect_test.rb +0 -60
- data/test/unit/object_methods_test.rb +0 -63
- data/test/unit/parameter_matchers/all_of_test.rb +0 -24
- data/test/unit/parameter_matchers/any_of_test.rb +0 -24
- data/test/unit/parameter_matchers/anything_test.rb +0 -19
- data/test/unit/parameter_matchers/equals_test.rb +0 -23
- data/test/unit/parameter_matchers/equivalent_uri_test.rb +0 -41
- data/test/unit/parameter_matchers/has_entries_test.rb +0 -51
- data/test/unit/parameter_matchers/has_entry_test.rb +0 -128
- data/test/unit/parameter_matchers/has_key_test.rb +0 -54
- data/test/unit/parameter_matchers/has_value_test.rb +0 -55
- data/test/unit/parameter_matchers/includes_test.rb +0 -106
- data/test/unit/parameter_matchers/instance_of_test.rb +0 -23
- data/test/unit/parameter_matchers/is_a_test.rb +0 -23
- data/test/unit/parameter_matchers/kind_of_test.rb +0 -23
- data/test/unit/parameter_matchers/not_test.rb +0 -24
- data/test/unit/parameter_matchers/regexp_matches_test.rb +0 -45
- data/test/unit/parameter_matchers/responds_with_test.rb +0 -38
- data/test/unit/parameter_matchers/stub_matcher.rb +0 -23
- data/test/unit/parameter_matchers/yaml_equivalent_test.rb +0 -23
- data/test/unit/parameters_matcher_test.rb +0 -119
- data/test/unit/receivers_test.rb +0 -96
- data/test/unit/return_values_test.rb +0 -66
- data/test/unit/sequence_test.rb +0 -100
- data/test/unit/single_return_value_test.rb +0 -17
- data/test/unit/single_yield_test.rb +0 -16
- data/test/unit/state_machine_test.rb +0 -96
- data/test/unit/string_inspect_test.rb +0 -9
- data/test/unit/thrower_test.rb +0 -23
- data/test/unit/yield_parameters_test.rb +0 -91
@@ -1,157 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/configuration'
|
3
|
-
|
4
|
-
class StubbingNonExistentClassMethodTest < Mocha::TestCase
|
5
|
-
include AcceptanceTest
|
6
|
-
|
7
|
-
def setup
|
8
|
-
setup_acceptance_test
|
9
|
-
end
|
10
|
-
|
11
|
-
def teardown
|
12
|
-
teardown_acceptance_test
|
13
|
-
end
|
14
|
-
|
15
|
-
def test_should_allow_stubbing_non_existent_class_method
|
16
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :allow }
|
17
|
-
klass = Class.new
|
18
|
-
test_result = run_as_test do
|
19
|
-
klass.stubs(:non_existent_method)
|
20
|
-
end
|
21
|
-
assert !@logger.warnings.include?("stubbing non-existent method: #{klass.mocha_inspect}.non_existent_method")
|
22
|
-
assert_passed(test_result)
|
23
|
-
end
|
24
|
-
|
25
|
-
def test_should_warn_when_stubbing_non_existent_class_method
|
26
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :warn }
|
27
|
-
klass = Class.new
|
28
|
-
test_result = run_as_test do
|
29
|
-
klass.stubs(:non_existent_method)
|
30
|
-
end
|
31
|
-
assert_passed(test_result)
|
32
|
-
assert @logger.warnings.include?("stubbing non-existent method: #{klass.mocha_inspect}.non_existent_method")
|
33
|
-
end
|
34
|
-
|
35
|
-
def test_should_prevent_stubbing_non_existent_class_method
|
36
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
37
|
-
klass = Class.new
|
38
|
-
test_result = run_as_test do
|
39
|
-
klass.stubs(:non_existent_method)
|
40
|
-
end
|
41
|
-
assert_failed(test_result)
|
42
|
-
assert test_result.error_messages.include?("Mocha::StubbingError: stubbing non-existent method: #{klass.mocha_inspect}.non_existent_method")
|
43
|
-
end
|
44
|
-
|
45
|
-
def test_should_default_to_allow_stubbing_non_existent_class_method
|
46
|
-
klass = Class.new
|
47
|
-
test_result = run_as_test do
|
48
|
-
klass.stubs(:non_existent_method)
|
49
|
-
end
|
50
|
-
assert !@logger.warnings.include?("stubbing non-existent method: #{klass.mocha_inspect}.non_existent_method")
|
51
|
-
assert_passed(test_result)
|
52
|
-
end
|
53
|
-
|
54
|
-
# rubocop:disable Lint/DuplicateMethods
|
55
|
-
def test_should_allow_stubbing_existing_public_class_method
|
56
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
57
|
-
klass = Class.new do
|
58
|
-
class << self
|
59
|
-
def existing_public_method; end
|
60
|
-
public :existing_public_method
|
61
|
-
end
|
62
|
-
end
|
63
|
-
test_result = run_as_test do
|
64
|
-
klass.stubs(:existing_public_method)
|
65
|
-
end
|
66
|
-
assert_passed(test_result)
|
67
|
-
end
|
68
|
-
|
69
|
-
def test_should_allow_stubbing_method_to_which_class_responds
|
70
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
71
|
-
klass = Class.new do
|
72
|
-
class << self
|
73
|
-
def respond_to?(method, _include_private = false)
|
74
|
-
(method == :method_to_which_class_responds)
|
75
|
-
end
|
76
|
-
end
|
77
|
-
end
|
78
|
-
test_result = run_as_test do
|
79
|
-
klass.stubs(:method_to_which_class_responds)
|
80
|
-
end
|
81
|
-
assert_passed(test_result)
|
82
|
-
end
|
83
|
-
|
84
|
-
def test_should_allow_stubbing_existing_protected_class_method
|
85
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
86
|
-
klass = Class.new do
|
87
|
-
class << self
|
88
|
-
def existing_protected_method; end
|
89
|
-
protected :existing_protected_method
|
90
|
-
end
|
91
|
-
end
|
92
|
-
test_result = run_as_test do
|
93
|
-
klass.stubs(:existing_protected_method)
|
94
|
-
end
|
95
|
-
assert_passed(test_result)
|
96
|
-
end
|
97
|
-
|
98
|
-
def test_should_allow_stubbing_existing_private_class_method
|
99
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
100
|
-
klass = Class.new do
|
101
|
-
class << self
|
102
|
-
def existing_private_method; end
|
103
|
-
private :existing_private_method
|
104
|
-
end
|
105
|
-
end
|
106
|
-
test_result = run_as_test do
|
107
|
-
klass.stubs(:existing_private_method)
|
108
|
-
end
|
109
|
-
assert_passed(test_result)
|
110
|
-
end
|
111
|
-
|
112
|
-
def test_should_allow_stubbing_existing_public_superclass_method
|
113
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
114
|
-
superklass = Class.new do
|
115
|
-
class << self
|
116
|
-
def existing_public_method; end
|
117
|
-
public :existing_public_method
|
118
|
-
end
|
119
|
-
end
|
120
|
-
klass = Class.new(superklass)
|
121
|
-
test_result = run_as_test do
|
122
|
-
klass.stubs(:existing_public_method)
|
123
|
-
end
|
124
|
-
assert_passed(test_result)
|
125
|
-
end
|
126
|
-
|
127
|
-
def test_should_allow_stubbing_existing_protected_superclass_method
|
128
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
129
|
-
superklass = Class.new do
|
130
|
-
class << self
|
131
|
-
def existing_protected_method; end
|
132
|
-
protected :existing_protected_method
|
133
|
-
end
|
134
|
-
end
|
135
|
-
klass = Class.new(superklass)
|
136
|
-
test_result = run_as_test do
|
137
|
-
klass.stubs(:existing_protected_method)
|
138
|
-
end
|
139
|
-
assert_passed(test_result)
|
140
|
-
end
|
141
|
-
|
142
|
-
def test_should_allow_stubbing_existing_private_superclass_method
|
143
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
144
|
-
superklass = Class.new do
|
145
|
-
class << self
|
146
|
-
def existing_private_method; end
|
147
|
-
protected :existing_private_method
|
148
|
-
end
|
149
|
-
end
|
150
|
-
klass = Class.new(superklass)
|
151
|
-
test_result = run_as_test do
|
152
|
-
klass.stubs(:existing_private_method)
|
153
|
-
end
|
154
|
-
assert_passed(test_result)
|
155
|
-
end
|
156
|
-
# rubocop:enable Lint/DuplicateMethods
|
157
|
-
end
|
@@ -1,145 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/configuration'
|
3
|
-
|
4
|
-
class StubbingNonExistentInstanceMethodTest < Mocha::TestCase
|
5
|
-
include AcceptanceTest
|
6
|
-
|
7
|
-
def setup
|
8
|
-
setup_acceptance_test
|
9
|
-
end
|
10
|
-
|
11
|
-
def teardown
|
12
|
-
teardown_acceptance_test
|
13
|
-
end
|
14
|
-
|
15
|
-
def test_should_allow_stubbing_non_existent_instance_method
|
16
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :allow }
|
17
|
-
instance = Class.new.new
|
18
|
-
test_result = run_as_test do
|
19
|
-
instance.stubs(:non_existent_method)
|
20
|
-
end
|
21
|
-
assert !@logger.warnings.include?("stubbing non-existent method: #{instance.mocha_inspect}.non_existent_method")
|
22
|
-
assert_passed(test_result)
|
23
|
-
end
|
24
|
-
|
25
|
-
def test_should_warn_when_stubbing_non_existent_instance_method
|
26
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :warn }
|
27
|
-
instance = Class.new.new
|
28
|
-
test_result = run_as_test do
|
29
|
-
instance.stubs(:non_existent_method)
|
30
|
-
end
|
31
|
-
assert_passed(test_result)
|
32
|
-
assert @logger.warnings.include?("stubbing non-existent method: #{instance.mocha_inspect}.non_existent_method")
|
33
|
-
end
|
34
|
-
|
35
|
-
def test_should_prevent_stubbing_non_existent_instance_method
|
36
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
37
|
-
instance = Class.new.new
|
38
|
-
test_result = run_as_test do
|
39
|
-
instance.stubs(:non_existent_method)
|
40
|
-
end
|
41
|
-
assert_failed(test_result)
|
42
|
-
assert test_result.error_messages.include?("Mocha::StubbingError: stubbing non-existent method: #{instance.mocha_inspect}.non_existent_method")
|
43
|
-
end
|
44
|
-
|
45
|
-
def test_should_default_to_allow_stubbing_non_existent_instance_method
|
46
|
-
instance = Class.new.new
|
47
|
-
test_result = run_as_test do
|
48
|
-
instance.stubs(:non_existent_method)
|
49
|
-
end
|
50
|
-
assert !@logger.warnings.include?("stubbing non-existent method: #{instance.mocha_inspect}.non_existent_method")
|
51
|
-
assert_passed(test_result)
|
52
|
-
end
|
53
|
-
|
54
|
-
def test_should_allow_stubbing_existing_public_instance_method
|
55
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
56
|
-
klass = Class.new do
|
57
|
-
def existing_public_method; end
|
58
|
-
public :existing_public_method
|
59
|
-
end
|
60
|
-
instance = klass.new
|
61
|
-
test_result = run_as_test do
|
62
|
-
instance.stubs(:existing_public_method)
|
63
|
-
end
|
64
|
-
assert_passed(test_result)
|
65
|
-
end
|
66
|
-
|
67
|
-
def test_should_allow_stubbing_method_to_which_instance_responds
|
68
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
69
|
-
klass = Class.new do
|
70
|
-
def respond_to?(method, _include_private = false)
|
71
|
-
(method == :method_to_which_instance_responds)
|
72
|
-
end
|
73
|
-
end
|
74
|
-
instance = klass.new
|
75
|
-
test_result = run_as_test do
|
76
|
-
instance.stubs(:method_to_which_instance_responds)
|
77
|
-
end
|
78
|
-
assert_passed(test_result)
|
79
|
-
end
|
80
|
-
|
81
|
-
def test_should_allow_stubbing_existing_protected_instance_method
|
82
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
83
|
-
klass = Class.new do
|
84
|
-
def existing_protected_method; end
|
85
|
-
protected :existing_protected_method
|
86
|
-
end
|
87
|
-
instance = klass.new
|
88
|
-
test_result = run_as_test do
|
89
|
-
instance.stubs(:existing_protected_method)
|
90
|
-
end
|
91
|
-
assert_passed(test_result)
|
92
|
-
end
|
93
|
-
|
94
|
-
def test_should_allow_stubbing_existing_private_instance_method
|
95
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
96
|
-
klass = Class.new do
|
97
|
-
def existing_private_method; end
|
98
|
-
private :existing_private_method
|
99
|
-
end
|
100
|
-
instance = klass.new
|
101
|
-
test_result = run_as_test do
|
102
|
-
instance.stubs(:existing_private_method)
|
103
|
-
end
|
104
|
-
assert_passed(test_result)
|
105
|
-
end
|
106
|
-
|
107
|
-
def test_should_allow_stubbing_existing_public_instance_superclass_method
|
108
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
109
|
-
superklass = Class.new do
|
110
|
-
def existing_public_method; end
|
111
|
-
public :existing_public_method
|
112
|
-
end
|
113
|
-
instance = Class.new(superklass).new
|
114
|
-
test_result = run_as_test do
|
115
|
-
instance.stubs(:existing_public_method)
|
116
|
-
end
|
117
|
-
assert_passed(test_result)
|
118
|
-
end
|
119
|
-
|
120
|
-
def test_should_allow_stubbing_existing_protected_instance_superclass_method
|
121
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
122
|
-
superklass = Class.new do
|
123
|
-
def existing_protected_method; end
|
124
|
-
protected :existing_protected_method
|
125
|
-
end
|
126
|
-
instance = Class.new(superklass).new
|
127
|
-
test_result = run_as_test do
|
128
|
-
instance.stubs(:existing_protected_method)
|
129
|
-
end
|
130
|
-
assert_passed(test_result)
|
131
|
-
end
|
132
|
-
|
133
|
-
def test_should_allow_stubbing_existing_private_instance_superclass_method
|
134
|
-
Mocha.configure { |c| c.stubbing_non_existent_method = :prevent }
|
135
|
-
superklass = Class.new do
|
136
|
-
def existing_private_method; end
|
137
|
-
private :existing_private_method
|
138
|
-
end
|
139
|
-
instance = Class.new(superklass).new
|
140
|
-
test_result = run_as_test do
|
141
|
-
instance.stubs(:existing_private_method)
|
142
|
-
end
|
143
|
-
assert_passed(test_result)
|
144
|
-
end
|
145
|
-
end
|
@@ -1,128 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/configuration'
|
3
|
-
|
4
|
-
class StubbingNonPublicAnyInstanceMethodTest < Mocha::TestCase
|
5
|
-
include AcceptanceTest
|
6
|
-
|
7
|
-
def setup
|
8
|
-
setup_acceptance_test
|
9
|
-
end
|
10
|
-
|
11
|
-
def teardown
|
12
|
-
teardown_acceptance_test
|
13
|
-
end
|
14
|
-
|
15
|
-
def test_should_allow_stubbing_private_any_instance_method
|
16
|
-
Mocha.configure { |c| c.stubbing_non_public_method = :allow }
|
17
|
-
klass = Class.new do
|
18
|
-
def private_method; end
|
19
|
-
private :private_method
|
20
|
-
end
|
21
|
-
test_result = run_as_test do
|
22
|
-
klass.any_instance.stubs(:private_method)
|
23
|
-
end
|
24
|
-
assert_passed(test_result)
|
25
|
-
assert !@logger.warnings.include?("stubbing non-public method: #{klass.any_instance.mocha_inspect}.private_method")
|
26
|
-
end
|
27
|
-
|
28
|
-
def test_should_allow_stubbing_protected_any_instance_method
|
29
|
-
Mocha.configure { |c| c.stubbing_non_public_method = :allow }
|
30
|
-
klass = Class.new do
|
31
|
-
def protected_method; end
|
32
|
-
protected :protected_method
|
33
|
-
end
|
34
|
-
test_result = run_as_test do
|
35
|
-
klass.any_instance.stubs(:protected_method)
|
36
|
-
end
|
37
|
-
assert_passed(test_result)
|
38
|
-
assert !@logger.warnings.include?("stubbing non-public method: #{klass.any_instance.mocha_inspect}.protected_method")
|
39
|
-
end
|
40
|
-
|
41
|
-
def test_should_warn_when_stubbing_private_any_instance_method
|
42
|
-
Mocha.configure { |c| c.stubbing_non_public_method = :warn }
|
43
|
-
klass = Class.new do
|
44
|
-
def private_method; end
|
45
|
-
private :private_method
|
46
|
-
end
|
47
|
-
test_result = run_as_test do
|
48
|
-
klass.any_instance.stubs(:private_method)
|
49
|
-
end
|
50
|
-
assert_passed(test_result)
|
51
|
-
assert @logger.warnings.include?("stubbing non-public method: #{klass.any_instance.mocha_inspect}.private_method")
|
52
|
-
end
|
53
|
-
|
54
|
-
def test_should_warn_when_stubbing_protected_any_instance_method
|
55
|
-
Mocha.configure { |c| c.stubbing_non_public_method = :warn }
|
56
|
-
klass = Class.new do
|
57
|
-
def protected_method; end
|
58
|
-
protected :protected_method
|
59
|
-
end
|
60
|
-
test_result = run_as_test do
|
61
|
-
klass.any_instance.stubs(:protected_method)
|
62
|
-
end
|
63
|
-
assert_passed(test_result)
|
64
|
-
assert @logger.warnings.include?("stubbing non-public method: #{klass.any_instance.mocha_inspect}.protected_method")
|
65
|
-
end
|
66
|
-
|
67
|
-
def test_should_prevent_stubbing_private_any_instance_method
|
68
|
-
Mocha.configure { |c| c.stubbing_non_public_method = :prevent }
|
69
|
-
klass = Class.new do
|
70
|
-
def private_method; end
|
71
|
-
private :private_method
|
72
|
-
end
|
73
|
-
test_result = run_as_test do
|
74
|
-
klass.any_instance.stubs(:private_method)
|
75
|
-
end
|
76
|
-
assert_failed(test_result)
|
77
|
-
assert test_result.error_messages.include?("Mocha::StubbingError: stubbing non-public method: #{klass.any_instance.mocha_inspect}.private_method")
|
78
|
-
end
|
79
|
-
|
80
|
-
def test_should_prevent_stubbing_protected_any_instance_method
|
81
|
-
Mocha.configure { |c| c.stubbing_non_public_method = :prevent }
|
82
|
-
klass = Class.new do
|
83
|
-
def protected_method; end
|
84
|
-
protected :protected_method
|
85
|
-
end
|
86
|
-
test_result = run_as_test do
|
87
|
-
klass.any_instance.stubs(:protected_method)
|
88
|
-
end
|
89
|
-
assert_failed(test_result)
|
90
|
-
assert test_result.error_messages.include?("Mocha::StubbingError: stubbing non-public method: #{klass.any_instance.mocha_inspect}.protected_method")
|
91
|
-
end
|
92
|
-
|
93
|
-
def test_should_default_to_allow_stubbing_private_any_instance_method
|
94
|
-
klass = Class.new do
|
95
|
-
def private_method; end
|
96
|
-
private :private_method
|
97
|
-
end
|
98
|
-
test_result = run_as_test do
|
99
|
-
klass.any_instance.stubs(:private_method)
|
100
|
-
end
|
101
|
-
assert_passed(test_result)
|
102
|
-
assert !@logger.warnings.include?("stubbing non-public method: #{klass.any_instance.mocha_inspect}.private_method")
|
103
|
-
end
|
104
|
-
|
105
|
-
def test_should_default_to_allow_stubbing_protected_any_instance_method
|
106
|
-
klass = Class.new do
|
107
|
-
def protected_method; end
|
108
|
-
protected :protected_method
|
109
|
-
end
|
110
|
-
test_result = run_as_test do
|
111
|
-
klass.any_instance.stubs(:protected_method)
|
112
|
-
end
|
113
|
-
assert_passed(test_result)
|
114
|
-
assert !@logger.warnings.include?("stubbing non-public method: #{klass.any_instance.mocha_inspect}.protected_method")
|
115
|
-
end
|
116
|
-
|
117
|
-
def test_should_allow_stubbing_public_any_instance_method
|
118
|
-
Mocha.configure { |c| c.stubbing_non_public_method = :prevent }
|
119
|
-
klass = Class.new do
|
120
|
-
def public_method; end
|
121
|
-
public :public_method
|
122
|
-
end
|
123
|
-
test_result = run_as_test do
|
124
|
-
klass.any_instance.stubs(:public_method)
|
125
|
-
end
|
126
|
-
assert_passed(test_result)
|
127
|
-
end
|
128
|
-
end
|
@@ -1,163 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/configuration'
|
3
|
-
|
4
|
-
class StubbingNonPublicClassMethodTest < Mocha::TestCase
|
5
|
-
include AcceptanceTest
|
6
|
-
|
7
|
-
def setup
|
8
|
-
setup_acceptance_test
|
9
|
-
end
|
10
|
-
|
11
|
-
def teardown
|
12
|
-
teardown_acceptance_test
|
13
|
-
end
|
14
|
-
|
15
|
-
# rubocop:disable Lint/DuplicateMethods
|
16
|
-
def test_should_allow_stubbing_private_class_method
|
17
|
-
Mocha.configure { |c| c.stubbing_non_public_method = :allow }
|
18
|
-
klass = Class.new do
|
19
|
-
class << self
|
20
|
-
def private_method; end
|
21
|
-
private :private_method
|
22
|
-
end
|
23
|
-
end
|
24
|
-
test_result = run_as_test do
|
25
|
-
klass.stubs(:private_method)
|
26
|
-
end
|
27
|
-
assert_passed(test_result)
|
28
|
-
assert !@logger.warnings.include?("stubbing non-public method: #{klass.mocha_inspect}.private_method")
|
29
|
-
end
|
30
|
-
|
31
|
-
def test_should_allow_stubbing_protected_class_method
|
32
|
-
Mocha.configure { |c| c.stubbing_non_public_method = :allow }
|
33
|
-
klass = Class.new do
|
34
|
-
class << self
|
35
|
-
def protected_method; end
|
36
|
-
protected :protected_method
|
37
|
-
end
|
38
|
-
end
|
39
|
-
test_result = run_as_test do
|
40
|
-
klass.stubs(:protected_method)
|
41
|
-
end
|
42
|
-
assert_passed(test_result)
|
43
|
-
assert !@logger.warnings.include?("stubbing non-public method: #{klass.mocha_inspect}.protected_method")
|
44
|
-
end
|
45
|
-
|
46
|
-
def test_should_warn_when_stubbing_private_class_method
|
47
|
-
Mocha.configure { |c| c.stubbing_non_public_method = :warn }
|
48
|
-
klass = Class.new do
|
49
|
-
class << self
|
50
|
-
def private_method; end
|
51
|
-
private :private_method
|
52
|
-
end
|
53
|
-
end
|
54
|
-
test_result = run_as_test do
|
55
|
-
klass.stubs(:private_method)
|
56
|
-
end
|
57
|
-
assert_passed(test_result)
|
58
|
-
assert @logger.warnings.include?("stubbing non-public method: #{klass.mocha_inspect}.private_method")
|
59
|
-
end
|
60
|
-
|
61
|
-
def test_should_warn_when_stubbing_protected_class_method
|
62
|
-
Mocha.configure { |c| c.stubbing_non_public_method = :warn }
|
63
|
-
klass = Class.new do
|
64
|
-
class << self
|
65
|
-
def protected_method; end
|
66
|
-
protected :protected_method
|
67
|
-
end
|
68
|
-
end
|
69
|
-
test_result = run_as_test do
|
70
|
-
klass.stubs(:protected_method)
|
71
|
-
end
|
72
|
-
assert_passed(test_result)
|
73
|
-
assert @logger.warnings.include?("stubbing non-public method: #{klass.mocha_inspect}.protected_method")
|
74
|
-
end
|
75
|
-
|
76
|
-
def test_should_prevent_stubbing_private_class_method
|
77
|
-
Mocha.configure { |c| c.stubbing_non_public_method = :prevent }
|
78
|
-
klass = Class.new do
|
79
|
-
class << self
|
80
|
-
def private_method; end
|
81
|
-
private :private_method
|
82
|
-
end
|
83
|
-
end
|
84
|
-
test_result = run_as_test do
|
85
|
-
klass.stubs(:private_method)
|
86
|
-
end
|
87
|
-
assert_failed(test_result)
|
88
|
-
assert test_result.error_messages.include?("Mocha::StubbingError: stubbing non-public method: #{klass.mocha_inspect}.private_method")
|
89
|
-
end
|
90
|
-
|
91
|
-
def test_should_prevent_stubbing_protected_class_method
|
92
|
-
Mocha.configure { |c| c.stubbing_non_public_method = :prevent }
|
93
|
-
klass = Class.new do
|
94
|
-
class << self
|
95
|
-
def protected_method; end
|
96
|
-
protected :protected_method
|
97
|
-
end
|
98
|
-
end
|
99
|
-
test_result = run_as_test do
|
100
|
-
klass.stubs(:protected_method)
|
101
|
-
end
|
102
|
-
assert_failed(test_result)
|
103
|
-
assert test_result.error_messages.include?("Mocha::StubbingError: stubbing non-public method: #{klass.mocha_inspect}.protected_method")
|
104
|
-
end
|
105
|
-
|
106
|
-
def test_should_default_to_allow_stubbing_private_class_method
|
107
|
-
klass = Class.new do
|
108
|
-
class << self
|
109
|
-
def private_method; end
|
110
|
-
private :private_method
|
111
|
-
end
|
112
|
-
end
|
113
|
-
test_result = run_as_test do
|
114
|
-
klass.stubs(:private_method)
|
115
|
-
end
|
116
|
-
assert_passed(test_result)
|
117
|
-
assert !@logger.warnings.include?("stubbing non-public method: #{klass.mocha_inspect}.private_method")
|
118
|
-
end
|
119
|
-
|
120
|
-
def test_should_default_to_allow_stubbing_protected_class_method
|
121
|
-
klass = Class.new do
|
122
|
-
class << self
|
123
|
-
def protected_method; end
|
124
|
-
protected :protected_method
|
125
|
-
end
|
126
|
-
end
|
127
|
-
test_result = run_as_test do
|
128
|
-
klass.stubs(:protected_method)
|
129
|
-
end
|
130
|
-
assert_passed(test_result)
|
131
|
-
assert !@logger.warnings.include?("stubbing non-public method: #{klass.mocha_inspect}.protected_method")
|
132
|
-
end
|
133
|
-
|
134
|
-
def test_should_allow_stubbing_public_class_method
|
135
|
-
Mocha.configure { |c| c.stubbing_non_public_method = :prevent }
|
136
|
-
klass = Class.new do
|
137
|
-
class << self
|
138
|
-
def public_method; end
|
139
|
-
public :public_method
|
140
|
-
end
|
141
|
-
end
|
142
|
-
test_result = run_as_test do
|
143
|
-
klass.stubs(:public_method)
|
144
|
-
end
|
145
|
-
assert_passed(test_result)
|
146
|
-
end
|
147
|
-
# rubocop:enable Lint/DuplicateMethods
|
148
|
-
|
149
|
-
def test_should_allow_stubbing_method_to_which_class_responds
|
150
|
-
Mocha.configure { |c| c.stubbing_non_public_method = :prevent }
|
151
|
-
klass = Class.new do
|
152
|
-
class << self
|
153
|
-
def respond_to?(method, _include_private_methods = false)
|
154
|
-
(method == :method_to_which_class_responds)
|
155
|
-
end
|
156
|
-
end
|
157
|
-
end
|
158
|
-
test_result = run_as_test do
|
159
|
-
klass.stubs(:method_to_which_class_responds)
|
160
|
-
end
|
161
|
-
assert_passed(test_result)
|
162
|
-
end
|
163
|
-
end
|