Skip to content

Commit c6cf4b6

Browse files
authored
Merge pull request #78 from Philzen/patch-1
Replace depublished broken links with archive.org snapshots
2 parents 3e3967d + 9a8f926 commit c6cf4b6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/main/asciidoc/miscellaneous.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Here are several articles and presentations about TestNG (English, French, Germa
3838
* https://howardlewisship.com/tapestry-javaforge/tapestry-testng/[Tapestry and TestNG (Howard Lewis-Ship, April 2006)]
3939
* https://thediscoblog.com/2006/03/27/using-junit-extensions-in-testng/[Using JUnit extensions in TestNG (Andrew Glover, March 2006)]
4040
* https://www-128.ibm.com/developerworks/forums/dw_thread.jsp?forum=812&thread=110765&cat=10[Code coverage of TestNG tests with Cobertura (Andrew Glover, March 2006)]
41-
* https://beust.com/weblog/archives/000369.html[Statistical Testing (Cédric Beust, February 2006)]
41+
* https://web.archive.org/web/20171127113655/http://beust.com/weblog2/archives/000369.html[Statistical Testing (Cédric Beust, February 2006)]
4242
* https://bill.dudney.net/roller/page/bill?entry=testng_is_a_leap_beyond[TestNG and JUnit (Bill Dudney, February 2006)]
43-
* https://beust.com/weblog/archives/000362.html[Distributed TestNG (Cédric Beust, January 2006)]
43+
* https://web.archive.org/web/20170804222513/https://beust.com/weblog2/archives/000362.html[Distributed TestNG (Cédric Beust, January 2006)]
4444
* https://erik.thauvin.net/blog/news.jsp?date=2006-01-29#418[Testing private methods (Erik Thauvin, January 2006)]
4545
* https://blog.hibernate.org/cgi-bin/blosxom.cgi/2005/11/24#ejb3withtestng[Testing EJB3 with TestNG (Christian Bauer, November 2005)]
4646
* https://www.vanwardtechnologies.com/cedricb01.php[Vanward Technologies interview (October 2005)]
@@ -54,17 +54,17 @@ Here are several articles and presentations about TestNG (English, French, Germa
5454
* https://kevin.oneill.id.au/2005/04/06/testng[TestNG review (April 2005)]
5555
* https://www.javaworld.com/javaworld/jw-04-2005/jw-0404-testng_p.html[JavaWorld (April 2005)]
5656
* https://pcal.net/blog/archives/2005/03/a_great_new_ide.html[Solving the JUnit dependency problem (March 2005)]
57-
* https://beust.com/weblog/archives/000259.html[Are dependent test methods really evil? (March 2005)]
58-
* https://beust.com/weblog/archives/000252.html[The "call super" anti-pattern (March 2005)]
59-
* https://beust.com/weblog/archives/000236.html[Testing asynchronous code with TestNG (February 2005)]
57+
* https://web.archive.org/web/20200121235401/http://beust.com/weblog/2005/03/17/are-dependent-test-methods-really-evil/[Are dependent test methods really evil? (March 2005)]
58+
* https://web.archive.org/web/20170804222719/http://beust.com/weblog2/archives/000252.html[The "call super" anti-pattern (March 2005)]
59+
* https://web.archive.org/web/20170806171130/http://beust.com/weblog/2005/02/01/testing-asynchronous-code/[Testing asynchronous code with TestNG (February 2005)]
6060
* https://www-106.ibm.com/developerworks/java/library/j-testng/[Making Testing a Breeze with TestNG (DeveloperWorks, January 2005) (also in Chinese)]
6161
* https://www.theserverside.com/news/thread.tss?thread_id=31214[TestNG: Catch the Testing Fever (TheServerSide, January 2005)]
62-
* https://www.beust.com/weblog/archives/000230.html[Why use XML to configure tests? (January 2005)]
62+
* https://web.archive.org/web/20170804222520/http://beust.com/weblog2/archives/000230.html[Why use XML to configure tests? (January 2005)]
6363
* https://www.javapolis.com/confluence/display/JP04/Beyond+JUnit+,+introducing+TestNG,+the+next+generation+in+testing[TestNG: Beyond JUnit (Presentation at JavaPolis, Belgium, December 2004)]
6464
* https://www.theserverside.com/news/thread.tss?thread_id=30394[Announcing TestNG 2.0 (TheServerSide, December 2004)]
6565
* https://www.javalobby.org/articles/testng/[TestNG: Catching the TestNG fever (JavaLobby, December 2004)]
66-
* https://www.beust.com/weblog/archives/000170.html[Using inheritance of annotations for flexible testing (August 2004)]
67-
* https://www.beust.com/weblog/archives/000175.html[Multiple instantations of tests (August 2004)]
66+
* https://web.archive.org/web/20160304173137/http://beust.com/weblog2/archives/000170.html[Using inheritance of annotations for flexible testing (August 2004)]
67+
* https://web.archive.org/web/20200107104056/http://beust.com/weblog2/archives/000175.html[Multiple instantations of tests (August 2004)]
6868
* https://theserverside.com/blogs/showblog.tss?id=Unitized[Don't get unitized (July 2004)]
6969
* https://www.google.com/url?sa=X&start=3&q=https://www.theserverside.com/news/thread.tss?thread_id=25568[TestNG: Testing, the Next Generation (TheServerSide, April 2004)]
7070
* https://rationaleemotions.com/tags/TestNG[TestNG features explained via use-cases]
@@ -123,4 +123,4 @@ ____
123123
[quote, Some random person who should mind their own business]
124124
____
125125
"Cedric, stop talking to him, he's sleeping"
126-
____
126+
____

0 commit comments

Comments
 (0)