rhino.mocks 3.5.0.1337
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/docs/acknowledgements.txt +2 -0
- data/docs/license.txt +25 -0
- data/lib/net-2.0/Rhino.Mocks.dll +0 -0
- data/lib/net-2.0/Rhino.Mocks.xml +5206 -0
- data/lib/net-3.5/Rhino.Mocks.dll +0 -0
- data/lib/net-3.5/Rhino.Mocks.xml +5226 -0
- metadata +77 -0
metadata
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: rhino.mocks
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 2597
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 3
|
|
8
|
+
- 5
|
|
9
|
+
- 0
|
|
10
|
+
- 1337
|
|
11
|
+
version: 3.5.0.1337
|
|
12
|
+
platform: ruby
|
|
13
|
+
authors:
|
|
14
|
+
- Ayende Rahien
|
|
15
|
+
autorequire:
|
|
16
|
+
bindir: bin
|
|
17
|
+
cert_chain: []
|
|
18
|
+
|
|
19
|
+
date: 2010-07-23 00:00:00 -05:00
|
|
20
|
+
default_executable:
|
|
21
|
+
dependencies: []
|
|
22
|
+
|
|
23
|
+
description: |
|
|
24
|
+
A dynamic mock object framework for the .Net platform. It's purpose is to ease testing by allowing the developer to create mock implementations of custom objects and verify the interactions using unit testing.
|
|
25
|
+
|
|
26
|
+
Rhino.Mocks is an attempt to create easier way to build and use mock objects and allow better refactoring support from the current tools. It's a hybrid approach between the pure Record/Replay of EasyMock.Net's model and NMock's expectation based model. Rhino.Mocks originated from EasyMock.Net and attempt to improve on their model to create easy to use and power mocking framework. It's free for use and modification for open source and commercial software.
|
|
27
|
+
|
|
28
|
+
email: rhinomocks@googlegroups.com
|
|
29
|
+
executables: []
|
|
30
|
+
|
|
31
|
+
extensions: []
|
|
32
|
+
|
|
33
|
+
extra_rdoc_files: []
|
|
34
|
+
|
|
35
|
+
files:
|
|
36
|
+
- lib/net-2.0/Rhino.Mocks.dll
|
|
37
|
+
- lib/net-2.0/Rhino.Mocks.xml
|
|
38
|
+
- lib/net-3.5/Rhino.Mocks.dll
|
|
39
|
+
- lib/net-3.5/Rhino.Mocks.xml
|
|
40
|
+
- docs/acknowledgements.txt
|
|
41
|
+
- docs/license.txt
|
|
42
|
+
has_rdoc: true
|
|
43
|
+
homepage: http://www.ayende.com/projects/rhino-mocks.aspx
|
|
44
|
+
licenses: []
|
|
45
|
+
|
|
46
|
+
post_install_message:
|
|
47
|
+
rdoc_options: []
|
|
48
|
+
|
|
49
|
+
require_paths:
|
|
50
|
+
- lib
|
|
51
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
52
|
+
none: false
|
|
53
|
+
requirements:
|
|
54
|
+
- - ">="
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
hash: 3
|
|
57
|
+
segments:
|
|
58
|
+
- 0
|
|
59
|
+
version: "0"
|
|
60
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
|
+
none: false
|
|
62
|
+
requirements:
|
|
63
|
+
- - ">="
|
|
64
|
+
- !ruby/object:Gem::Version
|
|
65
|
+
hash: 3
|
|
66
|
+
segments:
|
|
67
|
+
- 0
|
|
68
|
+
version: "0"
|
|
69
|
+
requirements: []
|
|
70
|
+
|
|
71
|
+
rubyforge_project: rhino.mocks
|
|
72
|
+
rubygems_version: 1.3.7
|
|
73
|
+
signing_key:
|
|
74
|
+
specification_version: 3
|
|
75
|
+
summary: Rhino.Mocks - A dynamic mock object framework for the .Net platform
|
|
76
|
+
test_files: []
|
|
77
|
+
|