Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
mocha
We are on a mission to develop & maintain a mock object library for Ruby.
Collective -
Host: rubytogether-user -
https://opencollective.com/mocha-deleted
- Code: https://github.com/freerange/mocha
No need to call Standalone#mocha_setup from test_case_adapter. Leaving mocha_setup in place for the moment, because it is probably used by test_spec, rspec, et al.
github.com/freerange/mocha.methods - 2cf6b7dcc6dc5a5408fadccd379a5eb093a2091f authored almost 17 years ago
github.com/freerange/mocha.methods - 2cf6b7dcc6dc5a5408fadccd379a5eb093a2091f authored almost 17 years ago
No need to call Standalone#mocha_setup from test_case_adapter. Leaving mocha_setup in place for the moment, because it is probably used by test_spec, rspec, et al.
github.com/freerange/mocha - f8d8b8e26bf000c45ec20a2498508f434ad2af33 authored almost 17 years ago
github.com/freerange/mocha - f8d8b8e26bf000c45ec20a2498508f434ad2af33 authored almost 17 years ago
Move mock naming classes into separate file and inline mock class methods into mockery methods.
github.com/freerange/mocha - 0efa53eb98ba98beec6a756e19ad81cb8d9d4c05 authored almost 17 years ago
github.com/freerange/mocha - 0efa53eb98ba98beec6a756e19ad81cb8d9d4c05 authored almost 17 years ago
Move mock naming classes into separate file and inline mock class methods into mockery methods.
github.com/freerange/mocha.methods - 30d9be13d4d4fa146abaf068fa579b9c1a307c7d authored almost 17 years ago
github.com/freerange/mocha.methods - 30d9be13d4d4fa146abaf068fa579b9c1a307c7d authored almost 17 years ago
Lazily instantiate stubba object in Mockery.
github.com/freerange/mocha.methods - d7479349a1c3e49cd80f0604899f2c1bf6824829 authored almost 17 years ago
github.com/freerange/mocha.methods - d7479349a1c3e49cd80f0604899f2c1bf6824829 authored almost 17 years ago
Lazily instantiate stubba object in Mockery.
github.com/freerange/mocha - a8c2ee44402abcf5ce8519f9039d1c559d656cdd authored almost 17 years ago
github.com/freerange/mocha - a8c2ee44402abcf5ce8519f9039d1c559d656cdd authored almost 17 years ago
Comment out rcov task to fix cruise build - rcov not installed and not vendorized.
github.com/freerange/mocha - 68dd3e3dc421bcfc6235618e4fbfdef07b062953 authored almost 17 years ago
github.com/freerange/mocha - 68dd3e3dc421bcfc6235618e4fbfdef07b062953 authored almost 17 years ago
Comment out rcov task to fix cruise build - rcov not installed and not vendorized.
github.com/freerange/mocha.methods - 30d861a6e4b53134d41f53560d0fee381ec3fccd authored almost 17 years ago
github.com/freerange/mocha.methods - 30d861a6e4b53134d41f53560d0fee381ec3fccd authored almost 17 years ago
Introduce Mockery#mocks accessor.
github.com/freerange/mocha.methods - c9d1af0be41b2e142cbb67c11cfc88c836967a27 authored almost 17 years ago
github.com/freerange/mocha.methods - c9d1af0be41b2e142cbb67c11cfc88c836967a27 authored almost 17 years ago
Introduce Mockery#mocks accessor.
github.com/freerange/mocha - d5e457cce8c9b1cceb12cf3f095905f5aca2b1f0 authored almost 17 years ago
github.com/freerange/mocha - d5e457cce8c9b1cceb12cf3f095905f5aca2b1f0 authored almost 17 years ago
Extract add_mock private method in Mockery.
github.com/freerange/mocha - 4093ac8db4d7f86f64eff7c3dc2fb3cc799f2c36 authored almost 17 years ago
github.com/freerange/mocha - 4093ac8db4d7f86f64eff7c3dc2fb3cc799f2c36 authored almost 17 years ago
Extract add_mock private method in Mockery.
github.com/freerange/mocha.methods - 1e6fa84ff8fb0efabfb548e58d606eebcd1593fd authored almost 17 years ago
github.com/freerange/mocha.methods - 1e6fa84ff8fb0efabfb548e58d606eebcd1593fd authored almost 17 years ago
Namespaced test rake tasks. Use strings consistently for rake task namesAdded rcov rake task.
github.com/freerange/mocha.methods - 961869515a6350ec948c7980d13acf7f3e7e0a99 authored almost 17 years ago
github.com/freerange/mocha.methods - 961869515a6350ec948c7980d13acf7f3e7e0a99 authored almost 17 years ago
Namespaced test rake tasks. Use strings consistently for rake task namesAdded rcov rake task.
github.com/freerange/mocha - 2e5eccb4a65e5c13c5f803c1bd8f047d67c588b7 authored almost 17 years ago
github.com/freerange/mocha - 2e5eccb4a65e5c13c5f803c1bd8f047d67c588b7 authored almost 17 years ago
Replace $stubba global variable with instance variable inside Mockery. A Mockery instance is stored in a class instance variable to provide access.
github.com/freerange/mocha - 5d858648adbe97b84c115b556e54817c60d5bae4 authored about 17 years ago
github.com/freerange/mocha - 5d858648adbe97b84c115b556e54817c60d5bae4 authored about 17 years ago
Replace $stubba global variable with instance variable inside Mockery. A Mockery instance is stored in a class instance variable to provide access.
github.com/freerange/mocha.methods - abe3c8e33f2950b42dc63dd3caa74d1ee508dcf8 authored about 17 years ago
github.com/freerange/mocha.methods - abe3c8e33f2950b42dc63dd3caa74d1ee508dcf8 authored about 17 years ago
Fixed test case class name.
github.com/freerange/mocha.methods - 51a8633faa9125fa67cb1f53774f52223c1bf42f authored about 17 years ago
github.com/freerange/mocha.methods - 51a8633faa9125fa67cb1f53774f52223c1bf42f authored about 17 years ago
Fixed test case class name.
github.com/freerange/mocha - b94d549824c7f0722c8f817a7e59bcde1b064dc4 authored about 17 years ago
github.com/freerange/mocha - b94d549824c7f0722c8f817a7e59bcde1b064dc4 authored about 17 years ago
Removed some implementation-specific unit tests and ensured equivalent coverage is provided by existing or new black-box tests.
github.com/freerange/mocha - 2563e64cef4431faeef083c7d2f776d684502e56 authored about 17 years ago
github.com/freerange/mocha - 2563e64cef4431faeef083c7d2f776d684502e56 authored about 17 years ago
Removed some implementation-specific unit tests and ensured equivalent coverage is provided by existing or new black-box tests.
github.com/freerange/mocha.methods - b2dc7c0739377bafb99d6d4cb77771862b6ad36e authored about 17 years ago
github.com/freerange/mocha.methods - b2dc7c0739377bafb99d6d4cb77771862b6ad36e authored about 17 years ago
Added deprecation warning in stubba.rb which is no longer needed and will be removed.
github.com/freerange/mocha.methods - c8399ab79dcaee291d27b15cd77b0d96f2fcb702 authored about 17 years ago
github.com/freerange/mocha.methods - c8399ab79dcaee291d27b15cd77b0d96f2fcb702 authored about 17 years ago
Added deprecation warning in stubba.rb which is no longer needed and will be removed.
github.com/freerange/mocha - 0e92384f78dd0a8cb378a5770f405a160d30210d authored about 17 years ago
github.com/freerange/mocha - 0e92384f78dd0a8cb378a5770f405a160d30210d authored about 17 years ago
Attempt at fixing bug #17835 "Handle more exceptions". Updated TestCaseAdapter to match latest Test::Unit::TestCase.
github.com/freerange/mocha - c3c6a5ab7d57e0bcc98a9af561a31dc8145c63e5 authored about 17 years ago
github.com/freerange/mocha - c3c6a5ab7d57e0bcc98a9af561a31dc8145c63e5 authored about 17 years ago
Attempt at fixing bug #17835 "Handle more exceptions". Updated TestCaseAdapter to match latest Test::Unit::TestCase.
github.com/freerange/mocha.methods - badaf48025a62c7efa4c96dd9e0cfc14436b03f8 authored about 17 years ago
github.com/freerange/mocha.methods - badaf48025a62c7efa4c96dd9e0cfc14436b03f8 authored about 17 years ago
Tests were accidentally passing due to nested test cases.
github.com/freerange/mocha.methods - 1fbf16f92accb72c85786f593e38f1aefd877f83 authored about 17 years ago
github.com/freerange/mocha.methods - 1fbf16f92accb72c85786f593e38f1aefd877f83 authored about 17 years ago
Tests were accidentally passing due to nested test cases.
github.com/freerange/mocha - 9681c7fbe9599e7233c6508977a854520afee351 authored about 17 years ago
github.com/freerange/mocha - 9681c7fbe9599e7233c6508977a854520afee351 authored about 17 years ago
Corrected mistake in object.rb - don't think it had any repercussions.
github.com/freerange/mocha - f91e82af4ffaa191be61d7a9eccd22eea1d9f133 authored about 17 years ago
github.com/freerange/mocha - f91e82af4ffaa191be61d7a9eccd22eea1d9f133 authored about 17 years ago
Corrected mistake in object.rb - don't think it had any repercussions.
github.com/freerange/mocha.methods - 524eb406ca10c55b7b276305e834a5e7a5d028d2 authored about 17 years ago
github.com/freerange/mocha.methods - 524eb406ca10c55b7b276305e834a5e7a5d028d2 authored about 17 years ago
Refactored AutoVerify and SetupAndTeardown into Standalone and new Mockery class.
github.com/freerange/mocha.methods - 44720624bce7171c2cce53ac5582e729ce0e3817 authored about 17 years ago
github.com/freerange/mocha.methods - 44720624bce7171c2cce53ac5582e729ce0e3817 authored about 17 years ago
Refactored AutoVerify and SetupAndTeardown into Standalone and new Mockery class.
github.com/freerange/mocha - edc457fe8781478e01f0acd6b25cce7c32fcadc4 authored about 17 years ago
github.com/freerange/mocha - edc457fe8781478e01f0acd6b25cce7c32fcadc4 authored about 17 years ago
Acceptance test to check that stubs return correct return values.
github.com/freerange/mocha - d80670f93ccea8abfedf577100c3017bcc75432f authored about 17 years ago
github.com/freerange/mocha - d80670f93ccea8abfedf577100c3017bcc75432f authored about 17 years ago
Acceptance test to check that stubs return correct return values.
github.com/freerange/mocha.methods - fbd630468aeb539f26dc8bb0e39918a15d761396 authored about 17 years ago
github.com/freerange/mocha.methods - fbd630468aeb539f26dc8bb0e39918a15d761396 authored about 17 years ago
Add acceptance test to check multiple expectations are verified.
github.com/freerange/mocha.methods - 3d1d938ae2887aae5e1a716899bc5bbad743d9c9 authored about 17 years ago
github.com/freerange/mocha.methods - 3d1d938ae2887aae5e1a716899bc5bbad743d9c9 authored about 17 years ago
Add acceptance test to check multiple expectations are verified.
github.com/freerange/mocha - 750aba586a6cb703a4933e9d64d3e5e158b84f7f authored about 17 years ago
github.com/freerange/mocha - 750aba586a6cb703a4933e9d64d3e5e158b84f7f authored about 17 years ago
Improve acceptance test coverage prior to some refactoring.
github.com/freerange/mocha - d8dd40b9264652636009366e8f4ec669acbe1640 authored about 17 years ago
github.com/freerange/mocha - d8dd40b9264652636009366e8f4ec669acbe1640 authored about 17 years ago
Improve acceptance test coverage prior to some refactoring.
github.com/freerange/mocha.methods - bf1aae58109fc94f52ac810056d430730dfc263f authored about 17 years ago
github.com/freerange/mocha.methods - bf1aae58109fc94f52ac810056d430730dfc263f authored about 17 years ago
No need to include TestCaseAdapter and Standalone into TestRunner's test case instance (requiring 'mocha' in acceptance tests will have achieved this anyway).
github.com/freerange/mocha.methods - 2dd4c0bc7b91a3a14809cffeabf18160ea5a8649 authored about 17 years ago
github.com/freerange/mocha.methods - 2dd4c0bc7b91a3a14809cffeabf18160ea5a8649 authored about 17 years ago
No need to include TestCaseAdapter and Standalone into TestRunner's test case instance (requiring 'mocha' in acceptance tests will have achieved this anyway).
github.com/freerange/mocha - f76e60a48baa47becb8911a74f413de7957006e2 authored about 17 years ago
github.com/freerange/mocha - f76e60a48baa47becb8911a74f413de7957006e2 authored about 17 years ago
Tidied up rdoc for parameter matchers.
github.com/freerange/mocha - d88ef3ef6d9f6af74717a93ef7aaa5b8c9d54537 authored about 17 years ago
github.com/freerange/mocha - d88ef3ef6d9f6af74717a93ef7aaa5b8c9d54537 authored about 17 years ago
Tidied up rdoc for parameter matchers.
github.com/freerange/mocha.methods - 89911f87f287ee31f6906972da0069ac36dfd4fa authored about 17 years ago
github.com/freerange/mocha.methods - 89911f87f287ee31f6906972da0069ac36dfd4fa authored about 17 years ago
Display sensible failure message for any_instance expectations e.g. "#<AnyInstance:Foo>.bar - expected calls: 1, actual calls: 0"
github.com/freerange/mocha.methods - 79a36a133f4d1f4d9035ba160e7c2ab3618dbd2b authored about 17 years ago
github.com/freerange/mocha.methods - 79a36a133f4d1f4d9035ba160e7c2ab3618dbd2b authored about 17 years ago
Display sensible failure message for any_instance expectations e.g. "#<AnyInstance:Foo>.bar - expected calls: 1, actual calls: 0"
github.com/freerange/mocha - 2330f1647dacb9eae87596b17cd13aaba2bbf957 authored about 17 years ago
github.com/freerange/mocha - 2330f1647dacb9eae87596b17cd13aaba2bbf957 authored about 17 years ago
has_key, has_value, has_entry and has_entries parameter matchers should allow nested matchers.
github.com/freerange/mocha - c02d323c4ca6957569f80074b605fd14167675b7 authored about 17 years ago
github.com/freerange/mocha - c02d323c4ca6957569f80074b605fd14167675b7 authored about 17 years ago
has_key, has_value, has_entry and has_entries parameter matchers should allow nested matchers.
github.com/freerange/mocha.methods - bf2a504093f4efe88129966d428aca7889d0d1db authored about 17 years ago
github.com/freerange/mocha.methods - bf2a504093f4efe88129966d428aca7889d0d1db authored about 17 years ago
No longer any need for separate Stub class derived from Expectation.
github.com/freerange/mocha.methods - 72399c847270e9d561802b688c4681813c31a663 authored about 17 years ago
github.com/freerange/mocha.methods - 72399c847270e9d561802b688c4681813c31a663 authored about 17 years ago
No longer any need for separate Stub class derived from Expectation.
github.com/freerange/mocha - 07fdb1af00450deaeb5ff02a136a74305aaf6c68 authored about 17 years ago
github.com/freerange/mocha - 07fdb1af00450deaeb5ff02a136a74305aaf6c68 authored about 17 years ago
Introduce assertion_counter parameter to make things all the nastiness more explicit as a first step to making things better...? If nothing else this illustrates that a lot of classes and modules are involved in counting assertions for Test::Unit.
github.com/freerange/mocha - d5cd29029ae7a39d1ca77d6ed9187153fc64ea1f authored about 17 years ago
github.com/freerange/mocha - d5cd29029ae7a39d1ca77d6ed9187153fc64ea1f authored about 17 years ago
Introduce assertion_counter parameter to make things all the nastiness more explicit as a first step to making things better...? If nothing else this illustrates that a lot of classes and modules are involved in counting assertions for Test::Unit.
github.com/freerange/mocha.methods - ac8edcb90e9199495c992760c2d987a2da664d99 authored about 17 years ago
github.com/freerange/mocha.methods - ac8edcb90e9199495c992760c2d987a2da664d99 authored about 17 years ago
Further refinement of fix for bug #17412 - Failure messages always say 'Mock' even when receiver is another type.
github.com/freerange/mocha.methods - cba84397bb844b1b03b91cdbc9a7f7cdd67d450a authored about 17 years ago
github.com/freerange/mocha.methods - cba84397bb844b1b03b91cdbc9a7f7cdd67d450a authored about 17 years ago
Further refinement of fix for bug #17412 - Failure messages always say 'Mock' even when receiver is another type.
github.com/freerange/mocha - c58774b83b42c5996b8acdf6125c2076f65a0ef8 authored about 17 years ago
github.com/freerange/mocha - c58774b83b42c5996b8acdf6125c2076f65a0ef8 authored about 17 years ago
Fixes bug #17412 - Failure messages always say 'Mock' even when receiver is another type.
github.com/freerange/mocha - 36578d5b7b0c2af12dcb7aec262f080aa3607f2c authored about 17 years ago
github.com/freerange/mocha - 36578d5b7b0c2af12dcb7aec262f080aa3607f2c authored about 17 years ago
Fixes bug #17412 - Failure messages always say 'Mock' even when receiver is another type.
github.com/freerange/mocha.methods - 03f1c9a34de3e8bff481749912df71f7538023e8 authored about 17 years ago
github.com/freerange/mocha.methods - 03f1c9a34de3e8bff481749912df71f7538023e8 authored about 17 years ago
This acceptance test seems to have got left lying around - looks like I forgot to svn add it at some point recently.
github.com/freerange/mocha.methods - 3bdc8ac1b9d3a96da2575370e6388b9e908c2ce8 authored about 17 years ago
github.com/freerange/mocha.methods - 3bdc8ac1b9d3a96da2575370e6388b9e908c2ce8 authored about 17 years ago
This acceptance test seems to have got left lying around - looks like I forgot to svn add it at some point recently.
github.com/freerange/mocha - 065e72b50c15db7904ea1ddbca7039e48fa003a5 authored about 17 years ago
github.com/freerange/mocha - 065e72b50c15db7904ea1ddbca7039e48fa003a5 authored about 17 years ago
Moved last integration test to acceptance tests and removed rake task to run integration tests.
github.com/freerange/mocha - 75bb4c733007cd559c6ba1d0bcf5d45ffe547849 authored about 17 years ago
github.com/freerange/mocha - 75bb4c733007cd559c6ba1d0bcf5d45ffe547849 authored about 17 years ago
Moved last integration test to acceptance tests and removed rake task to run integration tests.
github.com/freerange/mocha.methods - ef4d0f3a03d5c079149d810b6ac5d796241dcfa0 authored about 17 years ago
github.com/freerange/mocha.methods - ef4d0f3a03d5c079149d810b6ac5d796241dcfa0 authored about 17 years ago
Remaining integration test should use TestRunner module.
github.com/freerange/mocha.methods - 0345755a6dccaa5c2103458c173f717ff5e72de7 authored about 17 years ago
github.com/freerange/mocha.methods - 0345755a6dccaa5c2103458c173f717ff5e72de7 authored about 17 years ago
Remaining integration test should use TestRunner module.
github.com/freerange/mocha - c76dd939979c392320dbc8ff420b1c823cc4ca87 authored about 17 years ago
github.com/freerange/mocha - c76dd939979c392320dbc8ff420b1c823cc4ca87 authored about 17 years ago
Renamed original acceptance tests to example tests.
github.com/freerange/mocha - 3b427f22aad64cec8644ee8a5af0dfcf9dcca8a2 authored about 17 years ago
github.com/freerange/mocha - 3b427f22aad64cec8644ee8a5af0dfcf9dcca8a2 authored about 17 years ago
Renamed original acceptance tests to example tests.
github.com/freerange/mocha.methods - 070e5ad07f48bc4da6fa1cce5d25b78a0f0ae7e5 authored about 17 years ago
github.com/freerange/mocha.methods - 070e5ad07f48bc4da6fa1cce5d25b78a0f0ae7e5 authored about 17 years ago
Moved another integration test to acceptance tests and use TestRunner module.
github.com/freerange/mocha.methods - ce608485a9f193534de64ba33aada1aab99f7ba6 authored about 17 years ago
github.com/freerange/mocha.methods - ce608485a9f193534de64ba33aada1aab99f7ba6 authored about 17 years ago
Moved another integration test to acceptance tests and use TestRunner module.
github.com/freerange/mocha - 99d2fe3f028a6ca6b58ac196fb7c376102454e36 authored about 17 years ago
github.com/freerange/mocha - 99d2fe3f028a6ca6b58ac196fb7c376102454e36 authored about 17 years ago
Renamed test file to avoid ambiguity and renamed test class to be consistent.
github.com/freerange/mocha - ff714b511ec341fc8fe18bad1ca4ec314d6a0d2b authored about 17 years ago
github.com/freerange/mocha - ff714b511ec341fc8fe18bad1ca4ec314d6a0d2b authored about 17 years ago
Renamed test file to avoid ambiguity and renamed test class to be consistent.
github.com/freerange/mocha.methods - 8f0078ae9ebdc92e645564b8f8f83614a15f12f8 authored about 17 years ago
github.com/freerange/mocha.methods - 8f0078ae9ebdc92e645564b8f8f83614a15f12f8 authored about 17 years ago
Moved one integration test to acceptance test and used TestRunner module.
github.com/freerange/mocha.methods - b106af0e3f8b50830f9486a3c6b1d6096ce88927 authored about 17 years ago
github.com/freerange/mocha.methods - b106af0e3f8b50830f9486a3c6b1d6096ce88927 authored about 17 years ago
Moved one integration test to acceptance test and used TestRunner module.
github.com/freerange/mocha - e78c928b0e4b482a633803238a9ce258d99e9cee authored about 17 years ago
github.com/freerange/mocha - e78c928b0e4b482a633803238a9ce258d99e9cee authored about 17 years ago
Supply positioning information to evals to improve any error messages. See http://ola-bini.blogspot.com/2008/01/ruby-antipattern-using-eval-without.html
github.com/freerange/mocha - 6dab4a1c3bece05761b8bf9a13e360e17905cb5c authored about 17 years ago
github.com/freerange/mocha - 6dab4a1c3bece05761b8bf9a13e360e17905cb5c authored about 17 years ago
Supply positioning information to evals to improve any error messages. See http://ola-bini.blogspot.com/2008/01/ruby-antipattern-using-eval-without.html
github.com/freerange/mocha.methods - 4928db8cf47f4109bdc272e32c723a5d1064379c authored about 17 years ago
github.com/freerange/mocha.methods - 4928db8cf47f4109bdc272e32c723a5d1064379c authored about 17 years ago
Added StateMacine#become to allow manual state changes.
github.com/freerange/mocha.methods - 71a06a6342cfda705cd74e50dbc544e9fe7c5a64 authored about 17 years ago
github.com/freerange/mocha.methods - 71a06a6342cfda705cd74e50dbc544e9fe7c5a64 authored about 17 years ago
Added StateMacine#become to allow manual state changes.
github.com/freerange/mocha - 34b82655012a9acf60a65a7e692808ca7bf29d32 authored about 17 years ago
github.com/freerange/mocha - 34b82655012a9acf60a65a7e692808ca7bf29d32 authored about 17 years ago
Tidied up rdoc.
github.com/freerange/mocha - 22b2c2dc1dbb909386b0ba569d391a5e9d102338 authored about 17 years ago
github.com/freerange/mocha - 22b2c2dc1dbb909386b0ba569d391a5e9d102338 authored about 17 years ago
Tidied up rdoc.
github.com/freerange/mocha.methods - dcaae684c2e5bf1474540d4d255ed9cd3de9dec5 authored about 17 years ago
github.com/freerange/mocha.methods - dcaae684c2e5bf1474540d4d255ed9cd3de9dec5 authored about 17 years ago
Test case names were inconsistent, which, in one case, led to an overlapping test name.
github.com/freerange/mocha.methods - c04fe339063e1d150e5cdac449c6ce0fe3eff36e authored about 17 years ago
github.com/freerange/mocha.methods - c04fe339063e1d150e5cdac449c6ce0fe3eff36e authored about 17 years ago
Test case names were inconsistent, which, in one case, led to an overlapping test name.
github.com/freerange/mocha - f45ca36724f04d159af3c5056e98265b57a19f65 authored about 17 years ago
github.com/freerange/mocha - f45ca36724f04d159af3c5056e98265b57a19f65 authored about 17 years ago
It's often useful to be able to test how a parameter quacks, rather than whether it's actually a duck.
github.com/freerange/mocha - b395c74ac5ed0d95bb0feabd0edc8a1c541b6c55 authored about 17 years ago
github.com/freerange/mocha - b395c74ac5ed0d95bb0feabd0edc8a1c541b6c55 authored about 17 years ago
It's often useful to be able to test how a parameter quacks, rather than whether it's actually a duck.
github.com/freerange/mocha.methods - 898589fc5100ca9a451b41a4066f93e36f32a794 authored about 17 years ago
github.com/freerange/mocha.methods - 898589fc5100ca9a451b41a4066f93e36f32a794 authored about 17 years ago
Test depended on hash ordering, which is neither guaranteed nor predictable.
github.com/freerange/mocha.methods - 17174629741b4014c6d3e361ae7f98065f536084 authored about 17 years ago
github.com/freerange/mocha.methods - 17174629741b4014c6d3e361ae7f98065f536084 authored about 17 years ago
Test depended on hash ordering, which is neither guaranteed nor predictable.
github.com/freerange/mocha - 2636e8c45c76c1289ae6f2596f5fc78ba794a7c8 authored about 17 years ago
github.com/freerange/mocha - 2636e8c45c76c1289ae6f2596f5fc78ba794a7c8 authored about 17 years ago
Added yaml_equivalent matcher to list of available matchers.
github.com/freerange/mocha - b8e8e9a91759c95371219c145ac88b09ac3eb2f8 authored about 17 years ago
github.com/freerange/mocha - b8e8e9a91759c95371219c145ac88b09ac3eb2f8 authored about 17 years ago
Added yaml_equivalent matcher to list of available matchers.
github.com/freerange/mocha.methods - 2c3f48f119e2b41a501af29a18b8684d83914fcd authored about 17 years ago
github.com/freerange/mocha.methods - 2c3f48f119e2b41a501af29a18b8684d83914fcd authored about 17 years ago
Added yaml_equivalent matcher.
github.com/freerange/mocha.methods - 5073e579a646ba9015243f40c268ddd9e4407d5e authored about 17 years ago
github.com/freerange/mocha.methods - 5073e579a646ba9015243f40c268ddd9e4407d5e authored about 17 years ago
Added yaml_equivalent matcher.
github.com/freerange/mocha - 5729f6e4b61ca239ff4950f397e4f2c4e1f5550c authored about 17 years ago
github.com/freerange/mocha - 5729f6e4b61ca239ff4950f397e4f2c4e1f5550c authored about 17 years ago
Added stuff to todo list.
github.com/freerange/mocha - b24a4f8e8d27dd8ea62327935d86d45be690febb authored about 17 years ago
github.com/freerange/mocha - b24a4f8e8d27dd8ea62327935d86d45be690febb authored about 17 years ago
Added stuff to todo list.
github.com/freerange/mocha.methods - d9669a9a7700a46d50be5b4a32b62bee5f639bb1 authored about 17 years ago
github.com/freerange/mocha.methods - d9669a9a7700a46d50be5b4a32b62bee5f639bb1 authored about 17 years ago
Refactored infinite_range, Expectation#invocations_allowed? and Expectation#satisfied? functionality into Cardinality class.
github.com/freerange/mocha.methods - 7f556b58c343236986e8760c43f934649d4a8d4e authored about 17 years ago
github.com/freerange/mocha.methods - 7f556b58c343236986e8760c43f934649d4a8d4e authored about 17 years ago
Refactored infinite_range, Expectation#invocations_allowed? and Expectation#satisfied? functionality into Cardinality class.
github.com/freerange/mocha - ed3187aa105929f9453bf7dbc9741fd2363b2e9f authored about 17 years ago
github.com/freerange/mocha - ed3187aa105929f9453bf7dbc9741fd2363b2e9f authored about 17 years ago
Removed unused Object#verify method.
github.com/freerange/mocha - c4e720ff7893117de667deebc19d6bef1967a54d authored about 17 years ago
github.com/freerange/mocha - c4e720ff7893117de667deebc19d6bef1967a54d authored about 17 years ago
Removed unused Object#verify method.
github.com/freerange/mocha.methods - 9607d4ed7b1337078825d3287b91b22da6451773 authored about 17 years ago
github.com/freerange/mocha.methods - 9607d4ed7b1337078825d3287b91b22da6451773 authored about 17 years ago
Added rdoc for Expectation#then, Expectation#when and Expectation#in_sequence.
github.com/freerange/mocha.methods - 0be9e9d922b7a04f404584e90b156f9a78c95ebe authored about 17 years ago
github.com/freerange/mocha.methods - 0be9e9d922b7a04f404584e90b156f9a78c95ebe authored about 17 years ago
Added rdoc for Expectation#then, Expectation#when and Expectation#in_sequence.
github.com/freerange/mocha - 0c11aac9d08d64af28d9ec747351e51f1b4cf53f authored about 17 years ago
github.com/freerange/mocha - 0c11aac9d08d64af28d9ec747351e51f1b4cf53f authored about 17 years ago
Added rdoc for AutoVerify#sequence and AutoVerify#states. Improved rdoc for other AutoVerify mehods.
github.com/freerange/mocha - 48df8a1d9c0e8590e3d2ed9fb0121d514720b64e authored about 17 years ago
github.com/freerange/mocha - 48df8a1d9c0e8590e3d2ed9fb0121d514720b64e authored about 17 years ago
Added rdoc for AutoVerify#sequence and AutoVerify#states. Improved rdoc for other AutoVerify mehods.
github.com/freerange/mocha.methods - 50c5f3c141a0f0a8f6a2e3ba02ec56043c3e9026 authored about 17 years ago
github.com/freerange/mocha.methods - 50c5f3c141a0f0a8f6a2e3ba02ec56043c3e9026 authored about 17 years ago
Generate rdoc for StateMachine class.
github.com/freerange/mocha.methods - 96b2e59559d46d75275bcfd15328717a7a85b8ce authored about 17 years ago
github.com/freerange/mocha.methods - 96b2e59559d46d75275bcfd15328717a7a85b8ce authored about 17 years ago
Generate rdoc for StateMachine class.
github.com/freerange/mocha - b509aaecc7af1a51515652dc8f116c8fdc7553e3 authored about 17 years ago
github.com/freerange/mocha - b509aaecc7af1a51515652dc8f116c8fdc7553e3 authored about 17 years ago
Don't generate rdoc for Object#to_matcher.
github.com/freerange/mocha - d68dea1541469712fe3f87c3a11e1cf6fd4c35a4 authored about 17 years ago
github.com/freerange/mocha - d68dea1541469712fe3f87c3a11e1cf6fd4c35a4 authored about 17 years ago
Don't generate rdoc for Object#to_matcher.
github.com/freerange/mocha.methods - 4eb6b1d3f9a31a293ab6571b8e69386af3b40739 authored about 17 years ago
github.com/freerange/mocha.methods - 4eb6b1d3f9a31a293ab6571b8e69386af3b40739 authored about 17 years ago
Added rdoc for optionally parameter matcher.
github.com/freerange/mocha.methods - 77c52c9c9711a28b38183aa6dcc524451f7fabe1 authored about 17 years ago
github.com/freerange/mocha.methods - 77c52c9c9711a28b38183aa6dcc524451f7fabe1 authored about 17 years ago
Added rdoc for optionally parameter matcher.
github.com/freerange/mocha - 35c5c32d0c198ab5acd0fa35f3e2b7d664acffa1 authored about 17 years ago
github.com/freerange/mocha - 35c5c32d0c198ab5acd0fa35f3e2b7d664acffa1 authored about 17 years ago
Added StateMachine#is_not method.
github.com/freerange/mocha - 50bd3943b06a663fb02ceb72989c296f5feccf63 authored about 17 years ago
github.com/freerange/mocha - 50bd3943b06a663fb02ceb72989c296f5feccf63 authored about 17 years ago
Added StateMachine#is_not method.
github.com/freerange/mocha.methods - afa18e5dfba5f559c3aa3af887e2ea95b111a659 authored about 17 years ago
github.com/freerange/mocha.methods - afa18e5dfba5f559c3aa3af887e2ea95b111a659 authored about 17 years ago