rr
RR (Double Ruby) is a test double framework that features a rich selection of double techniques and a terse syntax.
파일 탐색기
최종 버전 다운로드 (.zip)- rr_benchmark.rb
- rspec_benchmark.rb
- 0.6.0.release.markdown
- introducting_rr.txt
- minitest.rb
- rr_methods.rb
- rspec.rb
- rspec2.rb
- test_unit.rb
- any_instance_of.rb
- instance.rb
- any_instance_of.rb
- double_injection_strategy.rb
- instance.rb
- implementation_strategy.rb
- proxy.rb
- reimplementation.rb
- strongly_typed_reimplementation.rb
- dont_allow.rb
- mock.rb
- stub.rb
- verification_strategy.rb
- strategy.rb
- strategy_methods.rb
- child_double_definition_create.rb
- double_definition.rb
- double_definition_create.rb
- double_definition_create_blank_slate.rb
- double_injection_not_found_error.rb
- invocation_count_error.rb
- spy_verification_error.rb
- argument_equality_error.rb
- double_definition_error.rb
- double_not_found_error.rb
- double_order_error.rb
- rr_error.rb
- subject_does_not_implement_method_error.rb
- subject_has_different_arity_error.rb
- times_called_error.rb
- any_argument_expectation.rb
- argument_equality_expectation.rb
- times_called_expectation.rb
- double_injection.rb
- injection.rb
- method_missing_injection.rb
- singleton_method_added_injection.rb
- base_method_dispatch.rb
- method_dispatch.rb
- method_missing_dispatch.rb
- any_times_matcher.rb
- at_least_matcher.rb
- at_most_matcher.rb
- integer_matcher.rb
- never_matcher.rb
- non_terminal.rb
- proc_matcher.rb
- range_matcher.rb
- terminal.rb
- times_called_matcher.rb
- anything.rb
- boolean.rb
- duck_type.rb
- hash_including.rb
- is_a.rb
- numeric.rb
- range.rb
- regexp.rb
- satisfy.rb
- blank_slate.rb
- class_instance_method_defined.rb
- double.rb
- double_matches.rb
- hash_with_object_id_key.rb
- proc_from_block.rb
- recorded_calls.rb
- space.rb
- spy_verification.rb
- spy_verification_proxy.rb
- version.rb
- wildcard_matchers.rb
- rr.rb
- minitest_integration_test.rb
- runner.rb
- test_helper.rb
- all_instances_of_spec.rb
- any_instance_of_spec.rb
- instance_of_spec.rb
- dont_allow_after_stub_spec.rb
- mock_spec.rb
- proxy_spec.rb
- spy_spec.rb
- strong_spec.rb
- stub_spec.rb
- dsl_spec.rb
- space.rb
- times_called_expectation.rb
- double_creators_spec.rb
- space_spec.rb
- wildcard_matchers_spec.rb
- rspec_spec.rb
- child_double_definition_create_spec.rb
- double_definition_create_blank_slate_spec.rb
- double_definition_create_spec.rb
- rr_error_spec.rb
- any_times_matcher_spec.rb
- at_least_matcher_spec.rb
- at_most_matcher_spec.rb
- integer_matcher_spec.rb
- proc_matcher_spec.rb
- range_matcher_spec.rb
- any_argument_expectation_spec.rb
- anything_argument_equality_expectation_spec.rb
- argument_equality_expectation_spec.rb
- boolean_argument_equality_expectation_spec.rb
- hash_including_argument_equality_expectation_spec.rb
- hash_including_spec.rb
- satisfy_argument_equality_expectation_spec.rb
- satisfy_spec.rb
- double_injection_spec.rb
- double_injection_verify_spec.rb
- any_times_matcher_spec.rb
- at_least_matcher_spec.rb
- at_most_matcher_spec.rb
- integer_matcher_spec.rb
- proc_matcher_spec.rb
- range_matcher_spec.rb
- times_called_matcher_spec.rb
- anything_spec.rb
- boolean_spec.rb
- duck_type_spec.rb
- is_a_spec.rb
- numeric_spec.rb
- range_spec.rb
- regexp_spec.rb
- hash_with_object_id_key_spec.rb
- invocation_matcher_spec.rb
- proc_from_block_spec.rb
- rr_spec.rb
- space_spec.rb
- spy_verification_spec.rb
- rspec_backtrace_tweaking_spec_fixture.rb
- runner.rb
- spec_helper.rb
- runner.rb
- test_helper.rb
- test_unit_backtrace_test.rb
- test_unit_integration_test.rb
- global_helper.rb
- runner.rb
- .gitignore
- .rspec
- .ruby-version
- .travis.yml
- CHANGES.md
- Gemfile
- LICENSE
- Rakefile
- README.md
- rr.gemspec
- VERSION
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/btakita/rr
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd rr
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
