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,71 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/setup'
|
3
|
-
|
4
|
-
class StubInstanceMethodDefinedOnSuperclassTest < 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_stub_public_method_and_leave_it_unchanged_after_test
|
16
|
-
superklass = Class.new do
|
17
|
-
def my_superclass_method
|
18
|
-
:original_return_value
|
19
|
-
end
|
20
|
-
public :my_superclass_method
|
21
|
-
end
|
22
|
-
klass = Class.new(superklass)
|
23
|
-
instance = klass.new
|
24
|
-
assert_snapshot_unchanged(instance) do
|
25
|
-
test_result = run_as_test do
|
26
|
-
instance.stubs(:my_superclass_method).returns(:new_return_value)
|
27
|
-
assert_equal :new_return_value, instance.my_superclass_method
|
28
|
-
end
|
29
|
-
assert_passed(test_result)
|
30
|
-
end
|
31
|
-
assert_equal :original_return_value, instance.my_superclass_method
|
32
|
-
end
|
33
|
-
|
34
|
-
def test_should_stub_protected_method_and_leave_it_unchanged_after_test
|
35
|
-
superklass = Class.new do
|
36
|
-
def my_superclass_method
|
37
|
-
:original_return_value
|
38
|
-
end
|
39
|
-
protected :my_superclass_method
|
40
|
-
end
|
41
|
-
klass = Class.new(superklass)
|
42
|
-
instance = klass.new
|
43
|
-
assert_snapshot_unchanged(instance) do
|
44
|
-
test_result = run_as_test do
|
45
|
-
instance.stubs(:my_superclass_method).returns(:new_return_value)
|
46
|
-
assert_equal :new_return_value, instance.send(:my_superclass_method)
|
47
|
-
end
|
48
|
-
assert_passed(test_result)
|
49
|
-
end
|
50
|
-
assert_equal :original_return_value, instance.send(:my_superclass_method)
|
51
|
-
end
|
52
|
-
|
53
|
-
def test_should_stub_private_method_and_leave_it_unchanged_after_test
|
54
|
-
superklass = Class.new do
|
55
|
-
def my_superclass_method
|
56
|
-
:original_return_value
|
57
|
-
end
|
58
|
-
private :my_superclass_method
|
59
|
-
end
|
60
|
-
klass = Class.new(superklass)
|
61
|
-
instance = klass.new
|
62
|
-
assert_snapshot_unchanged(instance) do
|
63
|
-
test_result = run_as_test do
|
64
|
-
instance.stubs(:my_superclass_method).returns(:new_return_value)
|
65
|
-
assert_equal :new_return_value, instance.send(:my_superclass_method)
|
66
|
-
end
|
67
|
-
assert_passed(test_result)
|
68
|
-
end
|
69
|
-
assert_equal :original_return_value, instance.send(:my_superclass_method)
|
70
|
-
end
|
71
|
-
end
|
@@ -1,39 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/setup'
|
3
|
-
|
4
|
-
unless Mocha::PRE_RUBY_V19
|
5
|
-
class StubMethodDefinedOnModuleAndAliasedTest < Mocha::TestCase
|
6
|
-
include AcceptanceTest
|
7
|
-
|
8
|
-
def setup
|
9
|
-
setup_acceptance_test
|
10
|
-
end
|
11
|
-
|
12
|
-
def teardown
|
13
|
-
teardown_acceptance_test
|
14
|
-
end
|
15
|
-
|
16
|
-
def test_stubbing_class_method_defined_by_aliasing_module_instance_method
|
17
|
-
mod = Module.new do
|
18
|
-
def module_instance_method
|
19
|
-
'module-instance-method'
|
20
|
-
end
|
21
|
-
end
|
22
|
-
|
23
|
-
klass = Class.new do
|
24
|
-
extend mod
|
25
|
-
class << self
|
26
|
-
alias_method :aliased_module_instance_method, :module_instance_method
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
assert_snapshot_unchanged(klass) do
|
31
|
-
test_result = run_as_test do
|
32
|
-
klass.stubs(:aliased_module_instance_method).returns('stubbed-aliased-module-instance-method')
|
33
|
-
assert_equal 'stubbed-aliased-module-instance-method', klass.aliased_module_instance_method
|
34
|
-
end
|
35
|
-
assert_passed(test_result)
|
36
|
-
end
|
37
|
-
end
|
38
|
-
end
|
39
|
-
end
|
@@ -1,201 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/setup'
|
3
|
-
|
4
|
-
class StubModuleMethodTest < 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_stub_method_within_test
|
17
|
-
mod = Module.new do
|
18
|
-
def self.my_module_method
|
19
|
-
:original_return_value
|
20
|
-
end
|
21
|
-
end
|
22
|
-
test_result = run_as_test do
|
23
|
-
mod.stubs(:my_module_method).returns(:new_return_value)
|
24
|
-
assert_equal :new_return_value, mod.my_module_method
|
25
|
-
end
|
26
|
-
assert_passed(test_result)
|
27
|
-
end
|
28
|
-
|
29
|
-
def test_should_leave_stubbed_public_method_unchanged_after_test
|
30
|
-
mod = Module.new do
|
31
|
-
class << self
|
32
|
-
def my_module_method
|
33
|
-
:original_return_value
|
34
|
-
end
|
35
|
-
public :my_module_method
|
36
|
-
end
|
37
|
-
end
|
38
|
-
run_as_test do
|
39
|
-
mod.stubs(:my_module_method).returns(:new_return_value)
|
40
|
-
end
|
41
|
-
assert(mod.public_methods(false).any? { |m| m.to_s == 'my_module_method' })
|
42
|
-
assert_equal :original_return_value, mod.my_module_method
|
43
|
-
end
|
44
|
-
|
45
|
-
def test_should_leave_stubbed_protected_method_unchanged_after_test
|
46
|
-
mod = Module.new do
|
47
|
-
class << self
|
48
|
-
def my_module_method
|
49
|
-
:original_return_value
|
50
|
-
end
|
51
|
-
protected :my_module_method
|
52
|
-
def my_unprotected_module_method
|
53
|
-
my_module_method
|
54
|
-
end
|
55
|
-
end
|
56
|
-
end
|
57
|
-
run_as_test do
|
58
|
-
mod.stubs(:my_module_method).returns(:new_return_value)
|
59
|
-
end
|
60
|
-
assert(mod.protected_methods(false).any? { |m| m.to_s == 'my_module_method' })
|
61
|
-
assert_equal :original_return_value, mod.my_unprotected_module_method
|
62
|
-
end
|
63
|
-
|
64
|
-
def test_should_leave_stubbed_private_method_unchanged_after_test
|
65
|
-
mod = Module.new do
|
66
|
-
class << self
|
67
|
-
def my_module_method
|
68
|
-
:original_return_value
|
69
|
-
end
|
70
|
-
private :my_module_method
|
71
|
-
end
|
72
|
-
end
|
73
|
-
run_as_test do
|
74
|
-
mod.stubs(:my_module_method).returns(:new_return_value)
|
75
|
-
end
|
76
|
-
assert(mod.private_methods(false).any? { |m| m.to_s == 'my_module_method' })
|
77
|
-
assert_equal :original_return_value, mod.send(:my_module_method)
|
78
|
-
end
|
79
|
-
|
80
|
-
def test_should_reset_expectations_after_test
|
81
|
-
mod = Module.new do
|
82
|
-
def self.my_module_method
|
83
|
-
:original_return_value
|
84
|
-
end
|
85
|
-
end
|
86
|
-
run_as_test do
|
87
|
-
mod.stubs(:my_module_method)
|
88
|
-
end
|
89
|
-
assert_equal 0, mod.mocha.__expectations__.length
|
90
|
-
end
|
91
|
-
|
92
|
-
def test_should_be_able_to_stub_a_superclass_method
|
93
|
-
supermod = Module.new do
|
94
|
-
def self.my_superclass_method
|
95
|
-
:original_return_value
|
96
|
-
end
|
97
|
-
end
|
98
|
-
mod = Module.new do
|
99
|
-
include supermod
|
100
|
-
end
|
101
|
-
test_result = run_as_test do
|
102
|
-
mod.stubs(:my_superclass_method).returns(:new_return_value)
|
103
|
-
assert_equal :new_return_value, mod.my_superclass_method
|
104
|
-
end
|
105
|
-
assert_passed(test_result)
|
106
|
-
assert(supermod.public_methods.any? { |m| m.to_s == 'my_superclass_method' })
|
107
|
-
assert(mod.public_methods(false).none? { |m| m.to_s == 'my_superclass_method' })
|
108
|
-
assert_equal :original_return_value, supermod.my_superclass_method
|
109
|
-
end
|
110
|
-
|
111
|
-
def test_should_be_able_to_stub_method_if_ruby18_public_methods_include_method_but_method_does_not_actually_exist_like_active_record_association_proxy
|
112
|
-
ruby18_mod = Module.new do
|
113
|
-
class << self
|
114
|
-
def public_methods(_include_superclass = true)
|
115
|
-
['my_module_method']
|
116
|
-
end
|
117
|
-
end
|
118
|
-
end
|
119
|
-
test_result = run_as_test do
|
120
|
-
ruby18_mod.stubs(:my_module_method).returns(:new_return_value)
|
121
|
-
assert_equal :new_return_value, ruby18_mod.my_module_method
|
122
|
-
end
|
123
|
-
assert_passed(test_result)
|
124
|
-
end
|
125
|
-
|
126
|
-
def test_should_be_able_to_stub_method_if_ruby19_public_methods_include_method_but_method_does_not_actually_exist_like_active_record_association_proxy
|
127
|
-
ruby19_mod = Module.new do
|
128
|
-
class << self
|
129
|
-
def public_methods(_include_superclass = true)
|
130
|
-
[:my_module_method]
|
131
|
-
end
|
132
|
-
end
|
133
|
-
end
|
134
|
-
test_result = run_as_test do
|
135
|
-
ruby19_mod.stubs(:my_module_method).returns(:new_return_value)
|
136
|
-
assert_equal :new_return_value, ruby19_mod.my_module_method
|
137
|
-
end
|
138
|
-
assert_passed(test_result)
|
139
|
-
end
|
140
|
-
|
141
|
-
def test_should_be_able_to_stub_method_if_ruby_18_protected_methods_include_method_but_method_does_not_actually_exist_like_active_record_association_proxy
|
142
|
-
ruby18_mod = Module.new do
|
143
|
-
class << self
|
144
|
-
def protected_methods(_include_superclass = true)
|
145
|
-
['my_module_method']
|
146
|
-
end
|
147
|
-
end
|
148
|
-
end
|
149
|
-
test_result = run_as_test do
|
150
|
-
ruby18_mod.stubs(:my_module_method).returns(:new_return_value)
|
151
|
-
assert_equal :new_return_value, ruby18_mod.my_module_method
|
152
|
-
end
|
153
|
-
assert_passed(test_result)
|
154
|
-
end
|
155
|
-
|
156
|
-
def test_should_be_able_to_stub_method_if_ruby19_protected_methods_include_method_but_method_does_not_actually_exist_like_active_record_association_proxy
|
157
|
-
ruby19_mod = Module.new do
|
158
|
-
class << self
|
159
|
-
def protected_methods(_include_superclass = true)
|
160
|
-
[:my_module_method]
|
161
|
-
end
|
162
|
-
end
|
163
|
-
end
|
164
|
-
test_result = run_as_test do
|
165
|
-
ruby19_mod.stubs(:my_module_method).returns(:new_return_value)
|
166
|
-
assert_equal :new_return_value, ruby19_mod.my_module_method
|
167
|
-
end
|
168
|
-
assert_passed(test_result)
|
169
|
-
end
|
170
|
-
|
171
|
-
def test_should_be_able_to_stub_method_if_ruby18_private_methods_include_method_but_method_does_not_actually_exist_like_active_record_association_proxy
|
172
|
-
ruby18_mod = Module.new do
|
173
|
-
class << self
|
174
|
-
def private_methods(_include_superclass = true)
|
175
|
-
['my_module_method']
|
176
|
-
end
|
177
|
-
end
|
178
|
-
end
|
179
|
-
test_result = run_as_test do
|
180
|
-
ruby18_mod.stubs(:my_module_method).returns(:new_return_value)
|
181
|
-
assert_equal :new_return_value, ruby18_mod.my_module_method
|
182
|
-
end
|
183
|
-
assert_passed(test_result)
|
184
|
-
end
|
185
|
-
|
186
|
-
def test_should_be_able_to_stub_method_if_ruby19_private_methods_include_method_but_method_does_not_actually_exist_like_active_record_association_proxy
|
187
|
-
ruby19_mod = Module.new do
|
188
|
-
class << self
|
189
|
-
def private_methods(_include_superclass = true)
|
190
|
-
[:my_module_method]
|
191
|
-
end
|
192
|
-
end
|
193
|
-
end
|
194
|
-
test_result = run_as_test do
|
195
|
-
ruby19_mod.stubs(:my_module_method).returns(:new_return_value)
|
196
|
-
assert_equal :new_return_value, ruby19_mod.my_module_method
|
197
|
-
end
|
198
|
-
assert_passed(test_result)
|
199
|
-
end
|
200
|
-
# rubocop:enable Lint/DuplicateMethods
|
201
|
-
end
|
@@ -1,50 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/setup'
|
3
|
-
|
4
|
-
class StubTest < 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_build_stub_and_explicitly_add_an_expectation
|
16
|
-
test_result = run_as_test do
|
17
|
-
foo = stub
|
18
|
-
foo.stubs(:bar)
|
19
|
-
foo.bar
|
20
|
-
end
|
21
|
-
assert_passed(test_result)
|
22
|
-
end
|
23
|
-
|
24
|
-
def test_should_build_named_stub_and_explicitly_add_an_expectation
|
25
|
-
test_result = run_as_test do
|
26
|
-
foo = stub('foo')
|
27
|
-
foo.stubs(:bar)
|
28
|
-
foo.bar
|
29
|
-
end
|
30
|
-
assert_passed(test_result)
|
31
|
-
end
|
32
|
-
|
33
|
-
def test_should_build_stub_incorporating_two_expectations
|
34
|
-
test_result = run_as_test do
|
35
|
-
foo = stub(:bar => 'bar', :baz => 'baz')
|
36
|
-
foo.bar
|
37
|
-
foo.baz
|
38
|
-
end
|
39
|
-
assert_passed(test_result)
|
40
|
-
end
|
41
|
-
|
42
|
-
def test_should_build_named_stub_incorporating_two_expectations
|
43
|
-
test_result = run_as_test do
|
44
|
-
foo = stub('foo', :bar => 'bar', :baz => 'baz')
|
45
|
-
foo.bar
|
46
|
-
foo.baz
|
47
|
-
end
|
48
|
-
assert_passed(test_result)
|
49
|
-
end
|
50
|
-
end
|
@@ -1,94 +0,0 @@
|
|
1
|
-
require File.expand_path('../../test_helper', __FILE__)
|
2
|
-
require 'mocha/setup'
|
3
|
-
|
4
|
-
class Widget
|
5
|
-
def model
|
6
|
-
'original_model'
|
7
|
-
end
|
8
|
-
|
9
|
-
class << self
|
10
|
-
def find(_options)
|
11
|
-
[]
|
12
|
-
end
|
13
|
-
|
14
|
-
def create(_attributes)
|
15
|
-
Widget.new
|
16
|
-
end
|
17
|
-
end
|
18
|
-
end
|
19
|
-
|
20
|
-
module Thingy
|
21
|
-
def self.wotsit
|
22
|
-
:hoojamaflip
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
class StubbaExampleTest < Mocha::TestCase
|
27
|
-
def test_should_stub_instance_method
|
28
|
-
widget = Widget.new
|
29
|
-
widget.expects(:model).returns('different_model')
|
30
|
-
assert_equal 'different_model', widget.model
|
31
|
-
end
|
32
|
-
|
33
|
-
def test_should_stub_module_method
|
34
|
-
should_stub_module_method
|
35
|
-
end
|
36
|
-
|
37
|
-
def test_should_stub_module_method_again
|
38
|
-
should_stub_module_method
|
39
|
-
end
|
40
|
-
|
41
|
-
def test_should_stub_class_method
|
42
|
-
should_stub_class_method
|
43
|
-
end
|
44
|
-
|
45
|
-
def test_should_stub_class_method_again
|
46
|
-
should_stub_class_method
|
47
|
-
end
|
48
|
-
|
49
|
-
def test_should_stub_instance_method_on_any_instance_of_a_class
|
50
|
-
should_stub_instance_method_on_any_instance_of_a_class
|
51
|
-
end
|
52
|
-
|
53
|
-
def test_should_stub_instance_method_on_any_instance_of_a_class_again
|
54
|
-
should_stub_instance_method_on_any_instance_of_a_class
|
55
|
-
end
|
56
|
-
|
57
|
-
def test_should_stub_two_different_class_methods
|
58
|
-
should_stub_two_different_class_methods
|
59
|
-
end
|
60
|
-
|
61
|
-
def test_should_stub_two_different_class_methods_again
|
62
|
-
should_stub_two_different_class_methods
|
63
|
-
end
|
64
|
-
|
65
|
-
private
|
66
|
-
|
67
|
-
def should_stub_module_method
|
68
|
-
Thingy.expects(:wotsit).returns(:dooda)
|
69
|
-
assert_equal :dooda, Thingy.wotsit
|
70
|
-
end
|
71
|
-
|
72
|
-
def should_stub_class_method
|
73
|
-
widgets = [Widget.new]
|
74
|
-
Widget.expects(:find).with(:all).returns(widgets)
|
75
|
-
assert_equal widgets, Widget.find(:all)
|
76
|
-
end
|
77
|
-
|
78
|
-
def should_stub_two_different_class_methods
|
79
|
-
found_widgets = [Widget.new]
|
80
|
-
created_widget = Widget.new
|
81
|
-
Widget.expects(:find).with(:all).returns(found_widgets)
|
82
|
-
Widget.expects(:create).with(:model => 'wombat').returns(created_widget)
|
83
|
-
assert_equal found_widgets, Widget.find(:all)
|
84
|
-
assert_equal created_widget, Widget.create(:model => 'wombat')
|
85
|
-
end
|
86
|
-
|
87
|
-
def should_stub_instance_method_on_any_instance_of_a_class
|
88
|
-
Widget.any_instance.expects(:model).at_least_once.returns('another_model')
|
89
|
-
widget1 = Widget.new
|
90
|
-
widget2 = Widget.new
|
91
|
-
assert_equal 'another_model', widget1.model
|
92
|
-
assert_equal 'another_model', widget2.model
|
93
|
-
end
|
94
|
-
end
|
@@ -1,72 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/setup'
|
3
|
-
require 'execution_point'
|
4
|
-
|
5
|
-
class StubbaTestResultTest < Mocha::TestCase
|
6
|
-
include AcceptanceTest
|
7
|
-
|
8
|
-
def setup
|
9
|
-
setup_acceptance_test
|
10
|
-
end
|
11
|
-
|
12
|
-
def teardown
|
13
|
-
teardown_acceptance_test
|
14
|
-
end
|
15
|
-
|
16
|
-
def test_should_include_expectation_verification_in_assertion_count
|
17
|
-
test_result = run_as_test do
|
18
|
-
object = Class.new do
|
19
|
-
def message; end
|
20
|
-
end.new
|
21
|
-
object.expects(:message)
|
22
|
-
object.message
|
23
|
-
end
|
24
|
-
assert_equal 1, test_result.assertion_count
|
25
|
-
end
|
26
|
-
|
27
|
-
def test_should_include_assertions_in_assertion_count
|
28
|
-
test_result = run_as_test do
|
29
|
-
assert true
|
30
|
-
end
|
31
|
-
assert_equal 1, test_result.assertion_count
|
32
|
-
end
|
33
|
-
|
34
|
-
def test_should_not_include_stubbing_expectation_verification_in_assertion_count
|
35
|
-
test_result = run_as_test do
|
36
|
-
object = Class.new do
|
37
|
-
def message; end
|
38
|
-
end.new
|
39
|
-
object.stubs(:message)
|
40
|
-
object.message
|
41
|
-
end
|
42
|
-
assert_equal 0, test_result.assertion_count
|
43
|
-
end
|
44
|
-
|
45
|
-
def test_should_include_expectation_verification_failure_in_failure_count
|
46
|
-
test_result = run_as_test do
|
47
|
-
object = Class.new do
|
48
|
-
def message; end
|
49
|
-
end.new
|
50
|
-
object.expects(:message)
|
51
|
-
end
|
52
|
-
assert_equal 1, test_result.failure_count
|
53
|
-
end
|
54
|
-
|
55
|
-
def test_should_include_assertion_failure_in_failure_count
|
56
|
-
test_result = run_as_test do
|
57
|
-
flunk
|
58
|
-
end
|
59
|
-
assert_equal 1, test_result.failure_count
|
60
|
-
end
|
61
|
-
|
62
|
-
# rubocop:disable Style/Semicolon
|
63
|
-
def test_should_display_backtrace_indicating_line_number_where_failing_assertion_was_called
|
64
|
-
execution_point = nil
|
65
|
-
test_result = run_as_test do
|
66
|
-
execution_point = ExecutionPoint.current; flunk
|
67
|
-
end
|
68
|
-
assert_equal 1, test_result.failure_count
|
69
|
-
assert_equal execution_point, ExecutionPoint.new(test_result.failures[0].location)
|
70
|
-
end
|
71
|
-
# rubocop:enable Style/Semicolon
|
72
|
-
end
|
@@ -1,64 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/setup'
|
3
|
-
require 'execution_point'
|
4
|
-
|
5
|
-
class StubbingErrorBacktraceTest < Mocha::TestCase
|
6
|
-
include AcceptanceTest
|
7
|
-
|
8
|
-
def setup
|
9
|
-
setup_acceptance_test
|
10
|
-
end
|
11
|
-
|
12
|
-
def teardown
|
13
|
-
teardown_acceptance_test
|
14
|
-
end
|
15
|
-
|
16
|
-
# rubocop:disable Style/Semicolon
|
17
|
-
def test_should_display_backtrace_indicating_line_number_where_attempt_to_stub_non_existent_method_was_made
|
18
|
-
execution_point = nil
|
19
|
-
object = Object.new
|
20
|
-
Mocha::Configuration.prevent(:stubbing_non_existent_method)
|
21
|
-
test_result = run_as_test do
|
22
|
-
execution_point = ExecutionPoint.current; object.stubs(:non_existent_method)
|
23
|
-
end
|
24
|
-
assert_equal 1, test_result.error_count
|
25
|
-
assert_equal execution_point, ExecutionPoint.new(test_result.errors[0].exception.backtrace)
|
26
|
-
end
|
27
|
-
|
28
|
-
def test_should_display_backtrace_indicating_line_number_where_attempt_to_stub_non_public_method_was_made
|
29
|
-
execution_point = nil
|
30
|
-
object = Class.new do
|
31
|
-
def non_public_method; end
|
32
|
-
private :non_public_method
|
33
|
-
end.new
|
34
|
-
Mocha::Configuration.prevent(:stubbing_non_public_method)
|
35
|
-
test_result = run_as_test do
|
36
|
-
execution_point = ExecutionPoint.current; object.stubs(:non_public_method)
|
37
|
-
end
|
38
|
-
assert_equal 1, test_result.error_count
|
39
|
-
assert_equal execution_point, ExecutionPoint.new(test_result.errors[0].exception.backtrace)
|
40
|
-
end
|
41
|
-
|
42
|
-
def test_should_display_backtrace_indicating_line_number_where_attempt_to_stub_method_on_non_mock_object_was_made
|
43
|
-
execution_point = nil
|
44
|
-
object = Object.new
|
45
|
-
Mocha::Configuration.prevent(:stubbing_method_on_non_mock_object)
|
46
|
-
test_result = run_as_test do
|
47
|
-
execution_point = ExecutionPoint.current; object.stubs(:any_method)
|
48
|
-
end
|
49
|
-
assert_equal 1, test_result.error_count
|
50
|
-
assert_equal execution_point, ExecutionPoint.new(test_result.errors[0].exception.backtrace)
|
51
|
-
end
|
52
|
-
|
53
|
-
def test_should_display_backtrace_indicating_line_number_where_method_was_unnecessarily_stubbed
|
54
|
-
execution_point = nil
|
55
|
-
object = Object.new
|
56
|
-
Mocha::Configuration.prevent(:stubbing_method_unnecessarily)
|
57
|
-
test_result = run_as_test do
|
58
|
-
execution_point = ExecutionPoint.current; object.stubs(:unused_method)
|
59
|
-
end
|
60
|
-
assert_equal 1, test_result.error_count
|
61
|
-
assert_equal execution_point, ExecutionPoint.new(test_result.errors[0].exception.backtrace)
|
62
|
-
end
|
63
|
-
# rubocop:enable Style/Semicolon
|
64
|
-
end
|
@@ -1,89 +0,0 @@
|
|
1
|
-
require File.expand_path('../acceptance_test_helper', __FILE__)
|
2
|
-
require 'mocha/setup'
|
3
|
-
require 'execution_point'
|
4
|
-
|
5
|
-
class StubbingFrozenObjectTest < Mocha::TestCase
|
6
|
-
include AcceptanceTest
|
7
|
-
|
8
|
-
def setup
|
9
|
-
setup_acceptance_test
|
10
|
-
end
|
11
|
-
|
12
|
-
def teardown
|
13
|
-
teardown_acceptance_test
|
14
|
-
end
|
15
|
-
|
16
|
-
# rubocop:disable Style/Semicolon
|
17
|
-
def test_should_fail_fast_if_attempting_to_stub_method_on_frozen_object
|
18
|
-
object = Object.new
|
19
|
-
object.freeze
|
20
|
-
execution_point = nil
|
21
|
-
test_result = run_as_test do
|
22
|
-
execution_point = ExecutionPoint.current; object.stubs(:stubbed_method)
|
23
|
-
end
|
24
|
-
assert_failed(test_result)
|
25
|
-
assert_equal 1, test_result.error_count
|
26
|
-
assert_equal execution_point, ExecutionPoint.new(test_result.errors[0].exception.backtrace)
|
27
|
-
end
|
28
|
-
|
29
|
-
def test_should_fail_fast_if_attempting_to_expect_method_on_frozen_object
|
30
|
-
object = Object.new
|
31
|
-
object.freeze
|
32
|
-
execution_point = nil
|
33
|
-
test_result = run_as_test do
|
34
|
-
execution_point = ExecutionPoint.current; object.expects(:stubbed_method)
|
35
|
-
end
|
36
|
-
assert_failed(test_result)
|
37
|
-
assert_equal 1, test_result.error_count
|
38
|
-
assert_equal execution_point, ExecutionPoint.new(test_result.errors[0].exception.backtrace)
|
39
|
-
end
|
40
|
-
|
41
|
-
def test_should_fail_fast_if_attempting_to_stub_method_on_frozen_class
|
42
|
-
klass = Class.new
|
43
|
-
klass.freeze
|
44
|
-
execution_point = nil
|
45
|
-
test_result = run_as_test do
|
46
|
-
execution_point = ExecutionPoint.current; klass.stubs(:stubbed_method)
|
47
|
-
end
|
48
|
-
assert_failed(test_result)
|
49
|
-
assert_equal 1, test_result.error_count
|
50
|
-
assert_equal execution_point, ExecutionPoint.new(test_result.errors[0].exception.backtrace)
|
51
|
-
end
|
52
|
-
|
53
|
-
def test_should_fail_fast_if_attempting_to_expect_method_on_frozen_class
|
54
|
-
klass = Class.new
|
55
|
-
klass.freeze
|
56
|
-
execution_point = nil
|
57
|
-
test_result = run_as_test do
|
58
|
-
execution_point = ExecutionPoint.current; klass.expects(:stubbed_method)
|
59
|
-
end
|
60
|
-
assert_failed(test_result)
|
61
|
-
assert_equal 1, test_result.error_count
|
62
|
-
assert_equal execution_point, ExecutionPoint.new(test_result.errors[0].exception.backtrace)
|
63
|
-
end
|
64
|
-
|
65
|
-
def test_should_fail_fast_if_attempting_to_stub_method_on_any_instance_of_frozen_class
|
66
|
-
klass = Class.new
|
67
|
-
klass.freeze
|
68
|
-
execution_point = nil
|
69
|
-
test_result = run_as_test do
|
70
|
-
execution_point = ExecutionPoint.current; klass.any_instance.stubs(:stubbed_method)
|
71
|
-
end
|
72
|
-
assert_failed(test_result)
|
73
|
-
assert_equal 1, test_result.error_count
|
74
|
-
assert_equal execution_point, ExecutionPoint.new(test_result.errors[0].exception.backtrace)
|
75
|
-
end
|
76
|
-
|
77
|
-
def test_should_fail_fast_if_attempting_to_expect_method_on_any_instance_of_frozen_class
|
78
|
-
klass = Class.new
|
79
|
-
klass.freeze
|
80
|
-
execution_point = nil
|
81
|
-
test_result = run_as_test do
|
82
|
-
execution_point = ExecutionPoint.current; klass.any_instance.expects(:stubbed_method)
|
83
|
-
end
|
84
|
-
assert_failed(test_result)
|
85
|
-
assert_equal 1, test_result.error_count
|
86
|
-
assert_equal execution_point, ExecutionPoint.new(test_result.errors[0].exception.backtrace)
|
87
|
-
end
|
88
|
-
# rubocop:enable Style/Semicolon
|
89
|
-
end
|