Skip to content

Commit

Permalink
Fix dead link to blog post by Joe Walnes about assertThat (junit-team…
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSchumacher authored and marcphilipp committed Apr 18, 2016
1 parent 0431f42 commit fd69174
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/ReleaseNotes4.4.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2>Summary of Changes in version 4.4</h2>

<h3>assertThat</h3>

<p>Two years ago, Joe Walnes built a <a href="http://joe.truemesh.com/blog/000511.html">new assertion mechanism</a> on top of what was
<p>Two years ago, Joe Walnes built a <a href="http://joewalnes.com/2005/05/13/flexible-junit-assertions-with-assertthat/">new assertion mechanism</a> on top of what was
then <a href="http://www.jmock.org/download.html">JMock 1</a>. The method name was <code>assertThat</code>, and the syntax looked like this:</p>

<pre><code>assertThat(x, is(3));
Expand Down Expand Up @@ -84,7 +84,7 @@ <h3>assertThat</h3>
</code></pre></li>
<li><p>Custom Matchers. By implementing the <code>Matcher</code> interface yourself, you can get all of the
above benefits for your own custom assertions.</p></li>
<li><p>For a more thorough description of these points, see <a href="http://joe.truemesh.com/blog/000511.html">Joe Walnes's
<li><p>For a more thorough description of these points, see <a href="http://joewalnes.com/2005/05/13/flexible-junit-assertions-with-assertthat/">Joe Walnes's
original post</a>.</p></li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion doc/ReleaseNotes4.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ past, and how we can make them easier.
Two years ago, Joe Walnes built a [new assertion mechanism][walnes] on top of what was
then [JMock 1][]. The method name was `assertThat`, and the syntax looked like this:

[walnes]: http://joe.truemesh.com/blog/000511.html
[walnes]: http://joewalnes.com/2005/05/13/flexible-junit-assertions-with-assertthat/
[JMock 1]: http://www.jmock.org/download.html

```java
Expand Down
4 changes: 2 additions & 2 deletions doc/ReleaseNotes4.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2>Summary of Changes in version 4.4</h2>

<h3>assertThat</h3>

<p>Two years ago, Joe Walnes built a <a href="http://joe.truemesh.com/blog/000511.html">new assertion mechanism</a> on top of what was
<p>Two years ago, Joe Walnes built a <a href="http://joewalnes.com/2005/05/13/flexible-junit-assertions-with-assertthat/">new assertion mechanism</a> on top of what was
then <a href="http://www.jmock.org/download.html">JMock 1</a>. The method name was <code>assertThat</code>, and the syntax looked like this:</p>

<pre><code>assertThat(x, is(3));
Expand Down Expand Up @@ -133,7 +133,7 @@ <h3>assertThat</h3>
</code></pre></li>
<li><p>Custom Matchers. By implementing the <code>Matcher</code> interface yourself, you can get all of the
above benefits for your own custom assertions.</p></li>
<li><p>For a more thorough description of these points, see <a href="http://joe.truemesh.com/blog/000511.html">Joe Walnes's
<li><p>For a more thorough description of these points, see <a href="http://joewalnes.com/2005/05/13/flexible-junit-assertions-with-assertthat/">Joe Walnes's
original post</a>.:</p></li>
</ul>

Expand Down

0 comments on commit fd69174

Please sign in to comment.