Skip to content

Commit ba5d007

Browse files
committed
Merge branch 'gh-pages' of github.com:hamcrest/JavaHamcrest into v7.0
Conflicts: .gitignore
2 parents 3ff8c34 + fe0ab3c commit ba5d007

File tree

208 files changed

+67502
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+67502
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ gradlew.bat
1616

1717
gradle.properties
1818
release-key.asc
19+
=======
20+
*.swp
21+
*.*~

index.html

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6+
<meta name="description" content="Hamcrest"/>
7+
<meta name="keywords" content="hamcrest java matchers junit testing"/>
8+
<meta name="robots" content="index, follow"/>
9+
<meta name="date" content="2012-09-01"/>
10+
<title>Java Hamcrest</title>
11+
12+
<style>
13+
14+
@import url(http://fonts.googleapis.com/css?family=Cabin+Sketch);
15+
@import url(http://fonts.googleapis.com/css?family=Alegreya);
16+
17+
body {
18+
font-family: "Alegreya";
19+
margin: 40px auto;
20+
width: 700px;
21+
}
22+
23+
.content {
24+
position: relative;
25+
}
26+
27+
footer {
28+
padding: 2em 0 1em 0;
29+
font-size: 12px;
30+
}
31+
32+
h1 {
33+
font-size: 80px;
34+
margin-top: .3em;
35+
margin-bottom: 0;
36+
}
37+
38+
h1 + h2 {
39+
margin-top: 0;
40+
}
41+
42+
h2 {
43+
font-weight: 400;
44+
font-size: 20px;
45+
}
46+
47+
h1, h2 {
48+
font-family: "Cabin Sketch";
49+
text-rendering: optimizeLegibility;
50+
}
51+
52+
.content > p {
53+
line-height: 1.5em;
54+
text-rendering: optimizeLegibility;
55+
}
56+
57+
.logo {
58+
height: 60px;
59+
padding-left: 0px;
60+
padding-right: 40px;
61+
}
62+
</style>
63+
</head>
64+
<body>
65+
<div class="content">
66+
<h1><img class="logo" src="http://hamcrest.org/images/logo.jpg" title="hamcrest" alt="hamcrest surfer"></img>Java Hamcrest</h1>
67+
<h2>Matchers that can be combined to create flexible expressions of intent</h2>
68+
<h3>Downloads</h3>
69+
<ul>
70+
<li><a href="http://search.maven.org/#search|ga|1|g%3Aorg.hamcrest">Java Hamcrest Binaries<a/> (via Maven Central), explained <a href="http://code.google.com/p/hamcrest/wiki/HamcrestDistributables">here</a></li>
71+
<li><a href="http://github.com/hamcrest/JavaHamcrest">Source Repository</a></li>
72+
<li><a href="http://opensource.org/licenses/BSD-3-Clause">Project License</a></li>
73+
<li><a href="https://github.com/hamcrest/JavaHamcrest/wiki/Related-Projects">Extensions</a></li>
74+
</ul>
75+
<h3>Documentation</h3>
76+
<ul>
77+
<li><a href="http://code.google.com/p/hamcrest/wiki/Tutorial">Getting Started</a></li>
78+
<li><a href="./javadoc/">API Documentation (JavaDoc)</a></li>
79+
</ul>
80+
<h3>User Support</h3>
81+
<ul>
82+
<li><a href="https://groups.google.com/forum/?fromgroups#!forum/hamcrest-java">Hamcrest Java Users Mailing List</a></li>
83+
<li><a href="https://groups.google.com/forum/?fromgroups#!forum/hamcrest-dev">Hamcrest Developer Mailing List</a></li>
84+
<li><a href="https://github.com/hamcrest/JavaHamcrest/issues">Issue Tracker</a></li>
85+
</ul>
86+
<footer>
87+
<span style="float:right;">
88+
Released under the <a href="http://opensource.org/licenses/BSD-3-Clause">BSD License</a>.
89+
</span>
90+
Copyright 2012- <a href="http://hamcrest.org">hamcrest.org</a>
91+
</footer>
92+
</div>
93+
<a href="http://github.com/hamcrest/JavaHamcrest"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" alt="Fork me on GitHub"></a>
94+
</body>
95+
</html>
96+

javadoc/1.3/allclasses-frame.html

Lines changed: 181 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!--NewPage-->
3+
<HTML>
4+
<HEAD>
5+
<!-- Generated by javadoc (build 1.6.0_33) on Mon Jul 09 20:50:25 BST 2012 -->
6+
<TITLE>
7+
All Classes (Hamcrest)
8+
</TITLE>
9+
10+
<META NAME="date" CONTENT="2012-07-09">
11+
12+
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
13+
14+
15+
</HEAD>
16+
17+
<BODY BGCOLOR="white">
18+
<FONT size="+1" CLASS="FrameHeadingFont">
19+
<B>All Classes</B></FONT>
20+
<BR>
21+
22+
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
23+
<TR>
24+
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/hamcrest/core/AllOf.html" title="class in org.hamcrest.core" target="classFrame">AllOf</A>
25+
<BR>
26+
<A HREF="org/hamcrest/core/AnyOf.html" title="class in org.hamcrest.core" target="classFrame">AnyOf</A>
27+
<BR>
28+
<A HREF="org/hamcrest/internal/ArrayIterator.html" title="class in org.hamcrest.internal" target="classFrame">ArrayIterator</A>
29+
<BR>
30+
<A HREF="org/hamcrest/BaseDescription.html" title="class in org.hamcrest" target="classFrame">BaseDescription</A>
31+
<BR>
32+
<A HREF="org/hamcrest/BaseMatcher.html" title="class in org.hamcrest" target="classFrame">BaseMatcher</A>
33+
<BR>
34+
<A HREF="org/hamcrest/number/BigDecimalCloseTo.html" title="class in org.hamcrest.number" target="classFrame">BigDecimalCloseTo</A>
35+
<BR>
36+
<A HREF="org/hamcrest/core/CombinableMatcher.html" title="class in org.hamcrest.core" target="classFrame">CombinableMatcher</A>
37+
<BR>
38+
<A HREF="org/hamcrest/core/CombinableMatcher.CombinableBothMatcher.html" title="class in org.hamcrest.core" target="classFrame">CombinableMatcher.CombinableBothMatcher</A>
39+
<BR>
40+
<A HREF="org/hamcrest/core/CombinableMatcher.CombinableEitherMatcher.html" title="class in org.hamcrest.core" target="classFrame">CombinableMatcher.CombinableEitherMatcher</A>
41+
<BR>
42+
<A HREF="org/hamcrest/Condition.html" title="class in org.hamcrest" target="classFrame">Condition</A>
43+
<BR>
44+
<A HREF="org/hamcrest/Condition.Step.html" title="interface in org.hamcrest" target="classFrame"><I>Condition.Step</I></A>
45+
<BR>
46+
<A HREF="org/hamcrest/CoreMatchers.html" title="class in org.hamcrest" target="classFrame">CoreMatchers</A>
47+
<BR>
48+
<A HREF="org/hamcrest/CustomMatcher.html" title="class in org.hamcrest" target="classFrame">CustomMatcher</A>
49+
<BR>
50+
<A HREF="org/hamcrest/CustomTypeSafeMatcher.html" title="class in org.hamcrest" target="classFrame">CustomTypeSafeMatcher</A>
51+
<BR>
52+
<A HREF="org/hamcrest/core/DescribedAs.html" title="class in org.hamcrest.core" target="classFrame">DescribedAs</A>
53+
<BR>
54+
<A HREF="org/hamcrest/Description.html" title="interface in org.hamcrest" target="classFrame"><I>Description</I></A>
55+
<BR>
56+
<A HREF="org/hamcrest/Description.NullDescription.html" title="class in org.hamcrest" target="classFrame">Description.NullDescription</A>
57+
<BR>
58+
<A HREF="org/hamcrest/DiagnosingMatcher.html" title="class in org.hamcrest" target="classFrame">DiagnosingMatcher</A>
59+
<BR>
60+
<A HREF="org/hamcrest/integration/EasyMock2Adapter.html" title="class in org.hamcrest.integration" target="classFrame">EasyMock2Adapter</A>
61+
<BR>
62+
<A HREF="org/hamcrest/EasyMock2Matchers.html" title="class in org.hamcrest" target="classFrame">EasyMock2Matchers</A>
63+
<BR>
64+
<A HREF="org/hamcrest/core/Every.html" title="class in org.hamcrest.core" target="classFrame">Every</A>
65+
<BR>
66+
<A HREF="org/hamcrest/Factory.html" title="annotation in org.hamcrest" target="classFrame">Factory</A>
67+
<BR>
68+
<A HREF="org/hamcrest/FeatureMatcher.html" title="class in org.hamcrest" target="classFrame">FeatureMatcher</A>
69+
<BR>
70+
<A HREF="org/hamcrest/beans/HasProperty.html" title="class in org.hamcrest.beans" target="classFrame">HasProperty</A>
71+
<BR>
72+
<A HREF="org/hamcrest/beans/HasPropertyWithValue.html" title="class in org.hamcrest.beans" target="classFrame">HasPropertyWithValue</A>
73+
<BR>
74+
<A HREF="org/hamcrest/object/HasToString.html" title="class in org.hamcrest.object" target="classFrame">HasToString</A>
75+
<BR>
76+
<A HREF="org/hamcrest/xml/HasXPath.html" title="class in org.hamcrest.xml" target="classFrame">HasXPath</A>
77+
<BR>
78+
<A HREF="org/hamcrest/core/Is.html" title="class in org.hamcrest.core" target="classFrame">Is</A>
79+
<BR>
80+
<A HREF="org/hamcrest/core/IsAnything.html" title="class in org.hamcrest.core" target="classFrame">IsAnything</A>
81+
<BR>
82+
<A HREF="org/hamcrest/collection/IsArray.html" title="class in org.hamcrest.collection" target="classFrame">IsArray</A>
83+
<BR>
84+
<A HREF="org/hamcrest/collection/IsArrayContaining.html" title="class in org.hamcrest.collection" target="classFrame">IsArrayContaining</A>
85+
<BR>
86+
<A HREF="org/hamcrest/collection/IsArrayContainingInAnyOrder.html" title="class in org.hamcrest.collection" target="classFrame">IsArrayContainingInAnyOrder</A>
87+
<BR>
88+
<A HREF="org/hamcrest/collection/IsArrayContainingInOrder.html" title="class in org.hamcrest.collection" target="classFrame">IsArrayContainingInOrder</A>
89+
<BR>
90+
<A HREF="org/hamcrest/collection/IsArrayWithSize.html" title="class in org.hamcrest.collection" target="classFrame">IsArrayWithSize</A>
91+
<BR>
92+
<A HREF="org/hamcrest/number/IsCloseTo.html" title="class in org.hamcrest.number" target="classFrame">IsCloseTo</A>
93+
<BR>
94+
<A HREF="org/hamcrest/core/IsCollectionContaining.html" title="class in org.hamcrest.core" target="classFrame">IsCollectionContaining</A>
95+
<BR>
96+
<A HREF="org/hamcrest/collection/IsCollectionWithSize.html" title="class in org.hamcrest.collection" target="classFrame">IsCollectionWithSize</A>
97+
<BR>
98+
<A HREF="org/hamcrest/object/IsCompatibleType.html" title="class in org.hamcrest.object" target="classFrame">IsCompatibleType</A>
99+
<BR>
100+
<A HREF="org/hamcrest/collection/IsEmptyCollection.html" title="class in org.hamcrest.collection" target="classFrame">IsEmptyCollection</A>
101+
<BR>
102+
<A HREF="org/hamcrest/collection/IsEmptyIterable.html" title="class in org.hamcrest.collection" target="classFrame">IsEmptyIterable</A>
103+
<BR>
104+
<A HREF="org/hamcrest/text/IsEmptyString.html" title="class in org.hamcrest.text" target="classFrame">IsEmptyString</A>
105+
<BR>
106+
<A HREF="org/hamcrest/core/IsEqual.html" title="class in org.hamcrest.core" target="classFrame">IsEqual</A>
107+
<BR>
108+
<A HREF="org/hamcrest/text/IsEqualIgnoringCase.html" title="class in org.hamcrest.text" target="classFrame">IsEqualIgnoringCase</A>
109+
<BR>
110+
<A HREF="org/hamcrest/text/IsEqualIgnoringWhiteSpace.html" title="class in org.hamcrest.text" target="classFrame">IsEqualIgnoringWhiteSpace</A>
111+
<BR>
112+
<A HREF="org/hamcrest/object/IsEventFrom.html" title="class in org.hamcrest.object" target="classFrame">IsEventFrom</A>
113+
<BR>
114+
<A HREF="org/hamcrest/collection/IsIn.html" title="class in org.hamcrest.collection" target="classFrame">IsIn</A>
115+
<BR>
116+
<A HREF="org/hamcrest/core/IsInstanceOf.html" title="class in org.hamcrest.core" target="classFrame">IsInstanceOf</A>
117+
<BR>
118+
<A HREF="org/hamcrest/collection/IsIterableContainingInAnyOrder.html" title="class in org.hamcrest.collection" target="classFrame">IsIterableContainingInAnyOrder</A>
119+
<BR>
120+
<A HREF="org/hamcrest/collection/IsIterableContainingInOrder.html" title="class in org.hamcrest.collection" target="classFrame">IsIterableContainingInOrder</A>
121+
<BR>
122+
<A HREF="org/hamcrest/collection/IsIterableWithSize.html" title="class in org.hamcrest.collection" target="classFrame">IsIterableWithSize</A>
123+
<BR>
124+
<A HREF="org/hamcrest/collection/IsMapContaining.html" title="class in org.hamcrest.collection" target="classFrame">IsMapContaining</A>
125+
<BR>
126+
<A HREF="org/hamcrest/core/IsNot.html" title="class in org.hamcrest.core" target="classFrame">IsNot</A>
127+
<BR>
128+
<A HREF="org/hamcrest/core/IsNull.html" title="class in org.hamcrest.core" target="classFrame">IsNull</A>
129+
<BR>
130+
<A HREF="org/hamcrest/core/IsSame.html" title="class in org.hamcrest.core" target="classFrame">IsSame</A>
131+
<BR>
132+
<A HREF="org/hamcrest/JavaLangMatcherAssert.html" title="class in org.hamcrest" target="classFrame">JavaLangMatcherAssert</A>
133+
<BR>
134+
<A HREF="org/hamcrest/integration/JMock1Adapter.html" title="class in org.hamcrest.integration" target="classFrame">JMock1Adapter</A>
135+
<BR>
136+
<A HREF="org/hamcrest/JMock1Matchers.html" title="class in org.hamcrest" target="classFrame">JMock1Matchers</A>
137+
<BR>
138+
<A HREF="org/hamcrest/Matcher.html" title="interface in org.hamcrest" target="classFrame"><I>Matcher</I></A>
139+
<BR>
140+
<A HREF="org/hamcrest/MatcherAssert.html" title="class in org.hamcrest" target="classFrame">MatcherAssert</A>
141+
<BR>
142+
<A HREF="org/hamcrest/Matchers.html" title="class in org.hamcrest" target="classFrame">Matchers</A>
143+
<BR>
144+
<A HREF="org/hamcrest/number/OrderingComparison.html" title="class in org.hamcrest.number" target="classFrame">OrderingComparison</A>
145+
<BR>
146+
<A HREF="org/hamcrest/beans/PropertyUtil.html" title="class in org.hamcrest.beans" target="classFrame">PropertyUtil</A>
147+
<BR>
148+
<A HREF="org/hamcrest/internal/ReflectiveTypeFinder.html" title="class in org.hamcrest.internal" target="classFrame">ReflectiveTypeFinder</A>
149+
<BR>
150+
<A HREF="org/hamcrest/beans/SamePropertyValuesAs.html" title="class in org.hamcrest.beans" target="classFrame">SamePropertyValuesAs</A>
151+
<BR>
152+
<A HREF="org/hamcrest/beans/SamePropertyValuesAs.PropertyMatcher.html" title="class in org.hamcrest.beans" target="classFrame">SamePropertyValuesAs.PropertyMatcher</A>
153+
<BR>
154+
<A HREF="org/hamcrest/SelfDescribing.html" title="interface in org.hamcrest" target="classFrame"><I>SelfDescribing</I></A>
155+
<BR>
156+
<A HREF="org/hamcrest/internal/SelfDescribingValue.html" title="class in org.hamcrest.internal" target="classFrame">SelfDescribingValue</A>
157+
<BR>
158+
<A HREF="org/hamcrest/internal/SelfDescribingValueIterator.html" title="class in org.hamcrest.internal" target="classFrame">SelfDescribingValueIterator</A>
159+
<BR>
160+
<A HREF="org/hamcrest/core/StringContains.html" title="class in org.hamcrest.core" target="classFrame">StringContains</A>
161+
<BR>
162+
<A HREF="org/hamcrest/text/StringContainsInOrder.html" title="class in org.hamcrest.text" target="classFrame">StringContainsInOrder</A>
163+
<BR>
164+
<A HREF="org/hamcrest/StringDescription.html" title="class in org.hamcrest" target="classFrame">StringDescription</A>
165+
<BR>
166+
<A HREF="org/hamcrest/core/StringEndsWith.html" title="class in org.hamcrest.core" target="classFrame">StringEndsWith</A>
167+
<BR>
168+
<A HREF="org/hamcrest/core/StringStartsWith.html" title="class in org.hamcrest.core" target="classFrame">StringStartsWith</A>
169+
<BR>
170+
<A HREF="org/hamcrest/core/SubstringMatcher.html" title="class in org.hamcrest.core" target="classFrame">SubstringMatcher</A>
171+
<BR>
172+
<A HREF="org/hamcrest/TypeSafeDiagnosingMatcher.html" title="class in org.hamcrest" target="classFrame">TypeSafeDiagnosingMatcher</A>
173+
<BR>
174+
<A HREF="org/hamcrest/TypeSafeMatcher.html" title="class in org.hamcrest" target="classFrame">TypeSafeMatcher</A>
175+
<BR>
176+
</FONT></TD>
177+
</TR>
178+
</TABLE>
179+
180+
</BODY>
181+
</HTML>

0 commit comments

Comments
 (0)