mocha 1.8.0 → 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/.rubocop.yml +3 -0
- data/.rubocop_todo.yml +7 -30
- data/.yardopts +1 -0
- data/CONTRIBUTING.md +1 -1
- data/README.md +56 -31
- data/RELEASE.md +166 -0
- data/Rakefile +15 -7
- data/init.rb +1 -3
- data/lib/mocha/any_instance_method.rb +11 -53
- data/lib/mocha/api.rb +119 -56
- data/lib/mocha/block_matcher.rb +31 -0
- data/lib/mocha/cardinality.rb +52 -34
- data/lib/mocha/class_methods.rb +17 -15
- data/lib/mocha/configuration.rb +351 -67
- data/lib/mocha/deprecation.rb +2 -1
- data/lib/mocha/detection/test_unit.rb +1 -3
- data/lib/mocha/exception_raiser.rb +2 -1
- data/lib/mocha/expectation.rb +120 -81
- data/lib/mocha/expectation_error.rb +1 -3
- data/lib/mocha/expectation_list.rb +6 -6
- data/lib/mocha/inspect.rb +30 -26
- data/lib/mocha/instance_method.rb +19 -2
- data/lib/mocha/integration/mini_test.rb +7 -0
- data/lib/mocha/integration/test_unit.rb +7 -0
- data/lib/mocha/integration.rb +1 -3
- data/lib/mocha/invocation.rb +77 -0
- data/lib/mocha/macos_version.rb +5 -0
- data/lib/mocha/minitest.rb +6 -1
- data/lib/mocha/mock.rb +80 -39
- data/lib/mocha/mockery.rb +34 -80
- data/lib/mocha/names.rb +1 -1
- data/lib/mocha/object_methods.rb +13 -19
- data/lib/mocha/parameter_matchers/all_of.rb +1 -1
- data/lib/mocha/parameter_matchers/any_of.rb +1 -1
- data/lib/mocha/parameter_matchers/equivalent_uri.rb +0 -9
- 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/includes.rb +2 -0
- data/lib/mocha/parameter_matchers/instance_methods.rb +18 -0
- data/lib/mocha/parameter_matchers/is_a.rb +2 -3
- data/lib/mocha/parameter_matchers/not.rb +2 -3
- data/lib/mocha/parameter_matchers.rb +2 -1
- data/lib/mocha/raised_exception.rb +11 -0
- data/lib/mocha/return_values.rb +3 -3
- data/lib/mocha/setup.rb +5 -0
- data/lib/mocha/single_return_value.rb +2 -1
- data/lib/mocha/singleton_class.rb +9 -0
- data/lib/mocha/state_machine.rb +31 -40
- data/lib/mocha/stubbed_method.rb +125 -0
- data/lib/mocha/test_unit.rb +6 -1
- data/lib/mocha/thrower.rb +2 -1
- data/lib/mocha/thrown_object.rb +12 -0
- data/lib/mocha/version.rb +1 -1
- data/lib/mocha/yield_parameters.rb +5 -11
- data/lib/mocha.rb +8 -0
- data/mocha.gemspec +14 -10
- metadata +16 -233
- data/bin/build-matrix +0 -83
- data/docs/CNAME +0 -1
- data/docs/Mocha/API.html +0 -1056
- data/docs/Mocha/ClassMethods.html +0 -267
- data/docs/Mocha/Configuration.html +0 -626
- data/docs/Mocha/Expectation.html +0 -2709
- data/docs/Mocha/ExpectationError.html +0 -157
- data/docs/Mocha/ExpectationErrorFactory.html +0 -269
- data/docs/Mocha/Hooks.html +0 -385
- data/docs/Mocha/Integration/MiniTest/Adapter.html +0 -165
- data/docs/Mocha/Integration/MiniTest.html +0 -123
- data/docs/Mocha/Integration/TestUnit/Adapter.html +0 -165
- data/docs/Mocha/Integration/TestUnit.html +0 -123
- data/docs/Mocha/Integration.html +0 -125
- data/docs/Mocha/Mock.html +0 -1197
- data/docs/Mocha/ObjectMethods.html +0 -712
- data/docs/Mocha/ParameterMatchers/AllOf.html +0 -154
- data/docs/Mocha/ParameterMatchers/AnyOf.html +0 -154
- data/docs/Mocha/ParameterMatchers/AnyParameters.html +0 -153
- data/docs/Mocha/ParameterMatchers/Anything.html +0 -153
- data/docs/Mocha/ParameterMatchers/Base.html +0 -448
- data/docs/Mocha/ParameterMatchers/Equals.html +0 -154
- data/docs/Mocha/ParameterMatchers/EquivalentUri.html +0 -153
- data/docs/Mocha/ParameterMatchers/HasEntries.html +0 -154
- data/docs/Mocha/ParameterMatchers/HasEntry.html +0 -154
- data/docs/Mocha/ParameterMatchers/HasKey.html +0 -154
- data/docs/Mocha/ParameterMatchers/HasValue.html +0 -154
- data/docs/Mocha/ParameterMatchers/Includes.html +0 -154
- data/docs/Mocha/ParameterMatchers/InstanceOf.html +0 -154
- data/docs/Mocha/ParameterMatchers/IsA.html +0 -153
- data/docs/Mocha/ParameterMatchers/KindOf.html +0 -154
- data/docs/Mocha/ParameterMatchers/Not.html +0 -154
- data/docs/Mocha/ParameterMatchers/Optionally.html +0 -153
- data/docs/Mocha/ParameterMatchers/RegexpMatches.html +0 -154
- data/docs/Mocha/ParameterMatchers/RespondsWith.html +0 -154
- data/docs/Mocha/ParameterMatchers/YamlEquivalent.html +0 -154
- data/docs/Mocha/ParameterMatchers.html +0 -3049
- data/docs/Mocha/Sequence.html +0 -149
- data/docs/Mocha/StateMachine/State.html +0 -141
- data/docs/Mocha/StateMachine/StatePredicate.html +0 -141
- data/docs/Mocha/StateMachine.html +0 -539
- data/docs/Mocha/StubbingError.html +0 -150
- data/docs/Mocha/UnexpectedInvocation.html +0 -140
- data/docs/Mocha.html +0 -127
- data/docs/_index.html +0 -537
- 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 -418
- data/docs/file.RELEASE.html +0 -875
- data/docs/file_list.html +0 -71
- data/docs/frames.html +0 -17
- data/docs/index.html +0 -418
- data/docs/js/app.js +0 -292
- data/docs/js/full_list.js +0 -216
- data/docs/js/jquery.js +0 -4
- data/docs/method_list.html +0 -571
- 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.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/class_method.rb +0 -113
- data/lib/mocha/mini_test.rb +0 -5
- data/lib/mocha/module_method.rb +0 -6
- data/lib/mocha/module_methods.rb +0 -10
- data/lib/mocha/multiple_yields.rb +0 -15
- data/lib/mocha/no_yields.rb +0 -5
- data/lib/mocha/parameter_matchers/object.rb +0 -15
- data/lib/mocha/pretty_parameters.rb +0 -24
- data/lib/mocha/single_yield.rb +0 -13
- data/lib/mocha/standalone.rb +0 -4
- data/lib/mocha/unexpected_invocation.rb +0 -24
- data/lib/mocha_standalone.rb +0 -4
- data/test/acceptance/acceptance_test_helper.rb +0 -35
- data/test/acceptance/bug_18914_test.rb +0 -38
- data/test/acceptance/bug_21465_test.rb +0 -32
- data/test/acceptance/bug_21563_test.rb +0 -23
- data/test/acceptance/exception_rescue_test.rb +0 -54
- data/test/acceptance/expectations_on_multiple_methods_test.rb +0 -56
- data/test/acceptance/expected_invocation_count_test.rb +0 -230
- data/test/acceptance/failure_messages_test.rb +0 -62
- data/test/acceptance/issue_272_test.rb +0 -51
- data/test/acceptance/issue_65_test.rb +0 -65
- data/test/acceptance/issue_70_test.rb +0 -54
- data/test/acceptance/mocha_example_test.rb +0 -97
- data/test/acceptance/mocha_test_result_test.rb +0 -84
- data/test/acceptance/mock_test.rb +0 -98
- data/test/acceptance/mock_with_initializer_block_test.rb +0 -56
- data/test/acceptance/mocked_methods_dispatch_test.rb +0 -76
- data/test/acceptance/multiple_expectations_failure_message_test.rb +0 -67
- data/test/acceptance/optional_parameters_test.rb +0 -68
- data/test/acceptance/parameter_matcher_test.rb +0 -300
- data/test/acceptance/partial_mocks_test.rb +0 -45
- data/test/acceptance/prepend_test.rb +0 -87
- data/test/acceptance/prevent_use_of_mocha_outside_test_test.rb +0 -77
- data/test/acceptance/raise_exception_test.rb +0 -37
- data/test/acceptance/return_value_test.rb +0 -50
- data/test/acceptance/sequence_test.rb +0 -190
- data/test/acceptance/states_test.rb +0 -72
- data/test/acceptance/stub_any_instance_method_defined_on_superclass_test.rb +0 -65
- data/test/acceptance/stub_any_instance_method_test.rb +0 -282
- data/test/acceptance/stub_class_method_defined_on_active_record_association_proxy_test.rb +0 -106
- data/test/acceptance/stub_class_method_defined_on_class_test.rb +0 -79
- data/test/acceptance/stub_class_method_defined_on_module_test.rb +0 -74
- data/test/acceptance/stub_class_method_defined_on_superclass_test.rb +0 -145
- data/test/acceptance/stub_everything_test.rb +0 -54
- data/test/acceptance/stub_instance_method_defined_on_active_record_association_proxy_test.rb +0 -92
- data/test/acceptance/stub_instance_method_defined_on_class_and_aliased_test.rb +0 -68
- data/test/acceptance/stub_instance_method_defined_on_class_test.rb +0 -68
- data/test/acceptance/stub_instance_method_defined_on_kernel_module_test.rb +0 -137
- data/test/acceptance/stub_instance_method_defined_on_module_test.rb +0 -77
- data/test/acceptance/stub_instance_method_defined_on_object_class_test.rb +0 -76
- data/test/acceptance/stub_instance_method_defined_on_singleton_class_test.rb +0 -68
- data/test/acceptance/stub_instance_method_defined_on_superclass_test.rb +0 -71
- data/test/acceptance/stub_method_defined_on_module_and_aliased_test.rb +0 -39
- data/test/acceptance/stub_module_method_test.rb +0 -201
- data/test/acceptance/stub_test.rb +0 -50
- data/test/acceptance/stubba_example_test.rb +0 -94
- data/test/acceptance/stubba_test_result_test.rb +0 -72
- data/test/acceptance/stubbing_error_backtrace_test.rb +0 -64
- data/test/acceptance/stubbing_frozen_object_test.rb +0 -89
- data/test/acceptance/stubbing_method_accepting_block_parameter_test.rb +0 -53
- 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 -141
- 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 -34
- data/test/acceptance/throw_test.rb +0 -43
- data/test/acceptance/unexpected_invocation_test.rb +0 -24
- data/test/acceptance/unstubbing_test.rb +0 -195
- 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 -176
- data/test/integration/test_unit_test.rb +0 -8
- data/test/method_definer.rb +0 -22
- 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 -56
- data/test/test_unit_result.rb +0 -22
- data/test/unit/any_instance_method_test.rb +0 -150
- 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 -54
- data/test/unit/central_test.rb +0 -99
- data/test/unit/change_state_side_effect_test.rb +0 -37
- data/test/unit/class_method_test.rb +0 -254
- 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 -40
- data/test/unit/expectation_list_test.rb +0 -80
- 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/method_matcher_test.rb +0 -26
- data/test/unit/mock_test.rb +0 -363
- data/test/unit/mockery_test.rb +0 -174
- data/test/unit/module_methods_test.rb +0 -17
- 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 -58
- data/test/unit/object_methods_test.rb +0 -62
- 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 -50
- 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 -61
- data/test/unit/sequence_test.rb +0 -100
- data/test/unit/single_return_value_test.rb +0 -12
- 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 -18
- data/test/unit/yield_parameters_test.rb +0 -91
@@ -1,53 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/setup'
|
3
|
-
|
4
|
-
class StubbingMethodAcceptingBlockParameterTest < 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_stubbing_class_method_accepting_block_parameter_should_restore_original_method
|
16
|
-
klass = Class.new do
|
17
|
-
def self.my_class_method(&block)
|
18
|
-
block.call
|
19
|
-
end
|
20
|
-
end
|
21
|
-
test_result = run_as_test do
|
22
|
-
klass.stubs(:my_class_method)
|
23
|
-
end
|
24
|
-
assert_passed(test_result)
|
25
|
-
assert_equal :return_value, (klass.my_class_method { :return_value })
|
26
|
-
end
|
27
|
-
|
28
|
-
def test_stubbing_instance_method_accepting_block_parameter_should_restore_original_method
|
29
|
-
instance = Class.new do
|
30
|
-
def my_instance_method
|
31
|
-
yield
|
32
|
-
end
|
33
|
-
end.new
|
34
|
-
test_result = run_as_test do
|
35
|
-
instance.stubs(:my_instance_method)
|
36
|
-
end
|
37
|
-
assert_passed(test_result)
|
38
|
-
assert_equal :return_value, (instance.my_instance_method { :return_value })
|
39
|
-
end
|
40
|
-
|
41
|
-
def test_stubbing_any_instance_method_accepting_block_parameter_should_restore_original_method
|
42
|
-
klass = Class.new do
|
43
|
-
def my_instance_method
|
44
|
-
yield
|
45
|
-
end
|
46
|
-
end
|
47
|
-
test_result = run_as_test do
|
48
|
-
klass.any_instance.stubs(:my_instance_method)
|
49
|
-
end
|
50
|
-
assert_passed(test_result)
|
51
|
-
assert_equal :return_value, (klass.new.my_instance_method { :return_value })
|
52
|
-
end
|
53
|
-
end
|
@@ -1,63 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/setup'
|
3
|
-
|
4
|
-
class StubbingMethodUnnecessarilyTest < 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_method_unnecessarily
|
16
|
-
Mocha::Configuration.allow(:stubbing_method_unnecessarily)
|
17
|
-
test_result = run_as_test do
|
18
|
-
mock = mock('mock')
|
19
|
-
mock.stubs(:public_method)
|
20
|
-
end
|
21
|
-
assert_passed(test_result)
|
22
|
-
assert !@logger.warnings.include?('stubbing method unnecessarily: #<Mock:mock>.public_method(any_parameters)')
|
23
|
-
end
|
24
|
-
|
25
|
-
def test_should_warn_when_stubbing_method_unnecessarily
|
26
|
-
Mocha::Configuration.warn_when(:stubbing_method_unnecessarily)
|
27
|
-
test_result = run_as_test do
|
28
|
-
mock = mock('mock')
|
29
|
-
mock.stubs(:public_method)
|
30
|
-
end
|
31
|
-
assert_passed(test_result)
|
32
|
-
assert @logger.warnings.include?('stubbing method unnecessarily: #<Mock:mock>.public_method(any_parameters)')
|
33
|
-
end
|
34
|
-
|
35
|
-
def test_should_prevent_stubbing_method_unnecessarily
|
36
|
-
Mocha::Configuration.prevent(:stubbing_method_unnecessarily)
|
37
|
-
test_result = run_as_test do
|
38
|
-
mock = mock('mock')
|
39
|
-
mock.stubs(:public_method)
|
40
|
-
end
|
41
|
-
assert_failed(test_result)
|
42
|
-
assert test_result.error_messages.include?('Mocha::StubbingError: stubbing method unnecessarily: #<Mock:mock>.public_method(any_parameters)')
|
43
|
-
end
|
44
|
-
|
45
|
-
def test_should_default_to_allow_stubbing_method_unnecessarily
|
46
|
-
test_result = run_as_test do
|
47
|
-
mock = mock('mock')
|
48
|
-
mock.stubs(:public_method)
|
49
|
-
end
|
50
|
-
assert_passed(test_result)
|
51
|
-
assert !@logger.warnings.include?('stubbing method unnecessarily: #<Mock:mock>.public_method(any_parameters)')
|
52
|
-
end
|
53
|
-
|
54
|
-
def test_should_allow_stubbing_method_when_stubbed_method_is_invoked
|
55
|
-
Mocha::Configuration.prevent(:stubbing_method_unnecessarily)
|
56
|
-
test_result = run_as_test do
|
57
|
-
mock = mock('mock')
|
58
|
-
mock.stubs(:public_method)
|
59
|
-
mock.public_method
|
60
|
-
end
|
61
|
-
assert_passed(test_result)
|
62
|
-
end
|
63
|
-
end
|
@@ -1,60 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/setup'
|
3
|
-
|
4
|
-
class StubbingNilTest < 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
|
-
if RUBY_VERSION < '2.2.0'
|
16
|
-
def test_should_allow_stubbing_method_on_nil
|
17
|
-
Mocha::Configuration.allow(:stubbing_method_on_nil)
|
18
|
-
test_result = run_as_test do
|
19
|
-
nil.stubs(:stubbed_method)
|
20
|
-
end
|
21
|
-
assert_passed(test_result)
|
22
|
-
assert !@logger.warnings.include?('stubbing method on nil: nil.stubbed_method')
|
23
|
-
end
|
24
|
-
|
25
|
-
def test_should_warn_on_stubbing_method_on_nil
|
26
|
-
Mocha::Configuration.warn_when(:stubbing_method_on_nil)
|
27
|
-
test_result = run_as_test do
|
28
|
-
nil.stubs(:stubbed_method)
|
29
|
-
end
|
30
|
-
assert_passed(test_result)
|
31
|
-
assert @logger.warnings.include?('stubbing method on nil: nil.stubbed_method')
|
32
|
-
end
|
33
|
-
|
34
|
-
def test_should_prevent_stubbing_method_on_nil
|
35
|
-
Mocha::Configuration.prevent(:stubbing_method_on_nil)
|
36
|
-
test_result = run_as_test do
|
37
|
-
nil.stubs(:stubbed_method)
|
38
|
-
end
|
39
|
-
assert_failed(test_result)
|
40
|
-
assert test_result.error_messages.include?('Mocha::StubbingError: stubbing method on nil: nil.stubbed_method')
|
41
|
-
end
|
42
|
-
|
43
|
-
def test_should_default_to_prevent_stubbing_method_on_non_mock_object
|
44
|
-
test_result = run_as_test do
|
45
|
-
nil.stubs(:stubbed_method)
|
46
|
-
end
|
47
|
-
assert_failed(test_result)
|
48
|
-
assert test_result.error_messages.include?('Mocha::StubbingError: stubbing method on nil: nil.stubbed_method')
|
49
|
-
end
|
50
|
-
|
51
|
-
def test_should_allow_stubbing_method_on_non_nil_object
|
52
|
-
Mocha::Configuration.prevent(:stubbing_method_on_nil)
|
53
|
-
object = Object.new
|
54
|
-
test_result = run_as_test do
|
55
|
-
object.stubs(:stubbed_method)
|
56
|
-
end
|
57
|
-
assert_passed(test_result)
|
58
|
-
end
|
59
|
-
end
|
60
|
-
end
|
@@ -1,141 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/setup'
|
3
|
-
|
4
|
-
class StubbingNonExistentAnyInstanceMethodTest < 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_any_instance_method
|
16
|
-
Mocha::Configuration.allow(:stubbing_non_existent_method)
|
17
|
-
klass = Class.new
|
18
|
-
test_result = run_as_test do
|
19
|
-
klass.any_instance.stubs(:non_existent_method)
|
20
|
-
end
|
21
|
-
assert !@logger.warnings.include?("stubbing non-existent method: #{klass.any_instance.mocha_inspect}.non_existent_method")
|
22
|
-
assert_passed(test_result)
|
23
|
-
end
|
24
|
-
|
25
|
-
def test_should_warn_when_stubbing_non_existent_any_instance_method
|
26
|
-
Mocha::Configuration.warn_when(:stubbing_non_existent_method)
|
27
|
-
klass = Class.new
|
28
|
-
test_result = run_as_test do
|
29
|
-
klass.any_instance.stubs(:non_existent_method)
|
30
|
-
end
|
31
|
-
assert_passed(test_result)
|
32
|
-
assert @logger.warnings.include?("stubbing non-existent method: #{klass.any_instance.mocha_inspect}.non_existent_method")
|
33
|
-
end
|
34
|
-
|
35
|
-
def test_should_prevent_stubbing_non_existent_any_instance_method
|
36
|
-
Mocha::Configuration.prevent(:stubbing_non_existent_method)
|
37
|
-
klass = Class.new
|
38
|
-
test_result = run_as_test do
|
39
|
-
klass.any_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: #{klass.any_instance.mocha_inspect}.non_existent_method")
|
43
|
-
end
|
44
|
-
|
45
|
-
def test_should_default_to_allow_stubbing_non_existent_any_instance_method
|
46
|
-
klass = Class.new
|
47
|
-
test_result = run_as_test do
|
48
|
-
klass.any_instance.stubs(:non_existent_method)
|
49
|
-
end
|
50
|
-
assert !@logger.warnings.include?("stubbing non-existent method: #{klass.any_instance.mocha_inspect}.non_existent_method")
|
51
|
-
assert_passed(test_result)
|
52
|
-
end
|
53
|
-
|
54
|
-
def test_should_allow_stubbing_existing_public_any_instance_method
|
55
|
-
Mocha::Configuration.prevent(:stubbing_non_existent_method)
|
56
|
-
klass = Class.new do
|
57
|
-
def existing_public_method; end
|
58
|
-
public :existing_public_method
|
59
|
-
end
|
60
|
-
test_result = run_as_test do
|
61
|
-
klass.any_instance.stubs(:existing_public_method)
|
62
|
-
end
|
63
|
-
assert_passed(test_result)
|
64
|
-
end
|
65
|
-
|
66
|
-
def test_should_allow_stubbing_method_to_which_any_instance_responds
|
67
|
-
Mocha::Configuration.prevent(:stubbing_non_existent_method)
|
68
|
-
klass = Class.new do
|
69
|
-
def respond_to?(method, _include_private = false)
|
70
|
-
(method == :method_to_which_instance_responds)
|
71
|
-
end
|
72
|
-
end
|
73
|
-
test_result = run_as_test do
|
74
|
-
klass.any_instance.stubs(:method_to_which_instance_responds)
|
75
|
-
end
|
76
|
-
assert_passed(test_result)
|
77
|
-
end
|
78
|
-
|
79
|
-
def test_should_allow_stubbing_existing_protected_any_instance_method
|
80
|
-
Mocha::Configuration.prevent(:stubbing_non_existent_method)
|
81
|
-
klass = Class.new do
|
82
|
-
def existing_protected_method; end
|
83
|
-
protected :existing_protected_method
|
84
|
-
end
|
85
|
-
test_result = run_as_test do
|
86
|
-
klass.any_instance.stubs(:existing_protected_method)
|
87
|
-
end
|
88
|
-
assert_passed(test_result)
|
89
|
-
end
|
90
|
-
|
91
|
-
def test_should_allow_stubbing_existing_private_any_instance_method
|
92
|
-
Mocha::Configuration.prevent(:stubbing_non_existent_method)
|
93
|
-
klass = Class.new do
|
94
|
-
def existing_private_method; end
|
95
|
-
private :existing_private_method
|
96
|
-
end
|
97
|
-
test_result = run_as_test do
|
98
|
-
klass.any_instance.stubs(:existing_private_method)
|
99
|
-
end
|
100
|
-
assert_passed(test_result)
|
101
|
-
end
|
102
|
-
|
103
|
-
def test_should_allow_stubbing_existing_public_any_instance_superclass_method
|
104
|
-
Mocha::Configuration.prevent(:stubbing_non_existent_method)
|
105
|
-
superklass = Class.new do
|
106
|
-
def existing_public_method; end
|
107
|
-
public :existing_public_method
|
108
|
-
end
|
109
|
-
klass = Class.new(superklass)
|
110
|
-
test_result = run_as_test do
|
111
|
-
klass.any_instance.stubs(:existing_public_method)
|
112
|
-
end
|
113
|
-
assert_passed(test_result)
|
114
|
-
end
|
115
|
-
|
116
|
-
def test_should_allow_stubbing_existing_protected_any_instance_superclass_method
|
117
|
-
Mocha::Configuration.prevent(:stubbing_non_existent_method)
|
118
|
-
superklass = Class.new do
|
119
|
-
def existing_protected_method; end
|
120
|
-
protected :existing_protected_method
|
121
|
-
end
|
122
|
-
klass = Class.new(superklass)
|
123
|
-
test_result = run_as_test do
|
124
|
-
klass.any_instance.stubs(:existing_protected_method)
|
125
|
-
end
|
126
|
-
assert_passed(test_result)
|
127
|
-
end
|
128
|
-
|
129
|
-
def test_should_allow_stubbing_existing_private_any_instance_superclass_method
|
130
|
-
Mocha::Configuration.prevent(:stubbing_non_existent_method)
|
131
|
-
superklass = Class.new do
|
132
|
-
def existing_private_method; end
|
133
|
-
private :existing_private_method
|
134
|
-
end
|
135
|
-
klass = Class.new(superklass)
|
136
|
-
test_result = run_as_test do
|
137
|
-
klass.any_instance.stubs(:existing_private_method)
|
138
|
-
end
|
139
|
-
assert_passed(test_result)
|
140
|
-
end
|
141
|
-
end
|
@@ -1,157 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/setup'
|
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::Configuration.allow(:stubbing_non_existent_method)
|
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::Configuration.warn_when(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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/setup'
|
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::Configuration.allow(:stubbing_non_existent_method)
|
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::Configuration.warn_when(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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::Configuration.prevent(:stubbing_non_existent_method)
|
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
|