Blogs1 - 10 of 306 recent posts for tag:junit
06
Nov
2009
Java User Group Mnster: Talklets Review

2 days ago by Woody

Die Vorträge der Java User Group Mnster, denen ich am Dienstag am Leonardo Campus beiwohnen durfte, waren einfach berragend. In gewohnt gemtlicher Atmosphäre haben die Talklets von Gerrit Grunwald und Thomas Kruse einen tristen regnerischen Mnsteraner Herbstabend in ein fantastisches Event fr alle J ...

House-Tiere -d(~_~)b- - house-tiere.de

05
Nov
2009
XML verification just got easier with easyb

2 days ago by Andy

There’s myriad ways to validate XML these days; in fact, with Groovy, the mechanics of parsing XML with XMLSlurper couldn’t be easier! Nevertheless, from time to time, because it’s my bag, baby, I’ve found that I’ve needed an easy way to validate XML documents without having to actually parse them m ...

The Disco Blog - thediscoblog.com · 28 references

04
Nov
2009
Writing your own JUnit extensions using @Rule

3 days ago by Mathieu Carbou

This article follows the previous one concerning the really useful and undocumented features of Junit. One that is really interesting is @Rule. This annotation allows you to annotate a public field in your test class, which is of type MethodRule. This binding will intercept test method calls like an ...

Mycila Blog - blog.mycila.com

Code Coverage in Eclipse mit EclEmma

4 days ago by Christian

Ein feines Plugin gibt es fr Eclipse mit dem man die Code Coverage seiner JUnit Testcases herausfinden kann. Wer eine kostenlose Alternative zu Clover oder ähnlichem sucht kann mit EclEmma glcklich werden. Nach dem Installieren sagt man einfach auf seinem TestCase Coverage As -> JUnit Test und schon ...

KKND.org - kknd.org

03
Nov
2009
Junit hidden feature

5 days ago by Mathieu Carbou

I was surprised to see how many hidden and undocumented features Junit has. In the new release (4.7) you have access to a lot of interesting stuff (still in development for some). Running tests in parallel (by using a scheduling strategy) public static class Example { @Test public void one() throws ...

Mycila Blog - blog.mycila.com

02
Nov
2009
How to set expectation on void method using easymocks?

5 days ago by admin

Use EasyMock. expectLastCall() method to set expectation on void methods. eg. mock.documentChanged(”Document”); expectLastCall().times(3);

bit Java dot com - bitjava.com

Distribuer les tests JUnit avec Gridgain et Maven

6 days ago by Jérôme Van Der Linden

Dans un précédent article, Meriem Berkane introduisait le build distribué et notamment la distribution des tests sur des agents. TestNG propose cette fonctionnalité de base, JUnit par contre ne le fait pas. Mais Gridgain vient combler ce manque depuis sa version 1.6. Dans cet article, je vais donc m ...

OCTO talks ! - blog.octo.com · Rank: 53,207 · 17 references

31
Oct
2009
en: Introduction to Test Driven Development

7 days ago by dwildt

So, I have done one presentation about Test Driven Development yesterday, touching TDD concepts and also lots of concepts about Behavior Driven Development (BDD). There are simple concepts about the test first process. You have to write a test that fails, write code to make the test pass and then re ...

forming, storming, norming ... - danielwildt.wordpress.com · 1 reference

30
Oct
2009
JSP-UnitTest out of Container

9 days ago by Mario Wndsch

Derzeit beschäftigt mich die Fragen, wie man eine JSP OHNE einen JSP-Containern anzeigen lassen kann? Bzw. wenn es nur mit einem Deploy in eine Containerumgebung funktioniert, warum dann so umständlich mit web.xml, application.xml … ? Mein Ziel ist es, lediglich das Layout und die Darstellung der Vi ...

Mario Wündsch's blog - blog.wuendsch.net

29
Oct
2009
Test your tests with Jester

9 days ago by markus

A comprehensive unit-test suite is a necessity for a robust program. But how can you be sure that your test suite is testing everything it should? Jester, Ivan Moore's JUnit test tester, excels at finding test-suite problems and provides unique insights i

Scuttle - bookmarks.softmotion.de

Previous1234567