sharptestsex 1.0.0.0
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/lib/License.txt +31 -0
- data/lib/Read_Me.txt +31 -0
- data/lib/SharpTestsEx.MSTest.dll +0 -0
- data/lib/SharpTestsEx.MSTest.xml +772 -0
- data/lib/SharpTestsEx.NUnit.dll +0 -0
- data/lib/SharpTestsEx.NUnit.xml +772 -0
- data/lib/SharpTestsEx.dll +0 -0
- data/lib/SharpTestsEx.snk +0 -0
- data/lib/SharpTestsEx.xUnit.dll +0 -0
- data/lib/SharpTestsEx.xUnit.xml +772 -0
- data/lib/nunit.framework.dll +0 -0
- data/lib/nunit.framework.xml +10113 -0
- data/lib/xunit.dll +0 -0
- data/lib/xunit.xml +2306 -0
- metadata +82 -0
metadata
ADDED
@@ -0,0 +1,82 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: sharptestsex
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 95
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 1
|
8
|
+
- 0
|
9
|
+
- 0
|
10
|
+
- 0
|
11
|
+
version: 1.0.0.0
|
12
|
+
platform: ruby
|
13
|
+
authors:
|
14
|
+
- Fabio Maulo
|
15
|
+
- JDiamond
|
16
|
+
autorequire:
|
17
|
+
bindir: bin
|
18
|
+
cert_chain: []
|
19
|
+
|
20
|
+
date: 2010-09-10 00:00:00 -05:00
|
21
|
+
default_executable:
|
22
|
+
dependencies: []
|
23
|
+
|
24
|
+
description: "#TestsEx (Sharp Tests Extensions) is a set of extensible extensions. The main target is write short assertions where the Visual Studio IDE intellisense is your guide. #TestsEx can be used with NUnit, MsTests, xUnit, MbUnit."
|
25
|
+
email: ""
|
26
|
+
executables: []
|
27
|
+
|
28
|
+
extensions: []
|
29
|
+
|
30
|
+
extra_rdoc_files: []
|
31
|
+
|
32
|
+
files:
|
33
|
+
- lib/License.txt
|
34
|
+
- lib/nunit.framework.dll
|
35
|
+
- lib/nunit.framework.xml
|
36
|
+
- lib/Read_Me.txt
|
37
|
+
- lib/SharpTestsEx.dll
|
38
|
+
- lib/SharpTestsEx.MSTest.dll
|
39
|
+
- lib/SharpTestsEx.MSTest.xml
|
40
|
+
- lib/SharpTestsEx.NUnit.dll
|
41
|
+
- lib/SharpTestsEx.NUnit.xml
|
42
|
+
- lib/SharpTestsEx.snk
|
43
|
+
- lib/SharpTestsEx.xUnit.dll
|
44
|
+
- lib/SharpTestsEx.xUnit.xml
|
45
|
+
- lib/xunit.dll
|
46
|
+
- lib/xunit.xml
|
47
|
+
has_rdoc: true
|
48
|
+
homepage: http://sharptestex.codeplex.com/
|
49
|
+
licenses: []
|
50
|
+
|
51
|
+
post_install_message:
|
52
|
+
rdoc_options: []
|
53
|
+
|
54
|
+
require_paths:
|
55
|
+
- lib
|
56
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
hash: 3
|
62
|
+
segments:
|
63
|
+
- 0
|
64
|
+
version: "0"
|
65
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
66
|
+
none: false
|
67
|
+
requirements:
|
68
|
+
- - ">="
|
69
|
+
- !ruby/object:Gem::Version
|
70
|
+
hash: 3
|
71
|
+
segments:
|
72
|
+
- 0
|
73
|
+
version: "0"
|
74
|
+
requirements: []
|
75
|
+
|
76
|
+
rubyforge_project: sharptestsex
|
77
|
+
rubygems_version: 1.3.7
|
78
|
+
signing_key:
|
79
|
+
specification_version: 3
|
80
|
+
summary: Sharp Tests Ex - .NET Fluent Assertions for Your Tests
|
81
|
+
test_files: []
|
82
|
+
|