JUnit
Tag details
Welcome to the 'JUnit' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'JUnit'.
Look up
"JUnit"
at The Free Dictionary
Latest blogosphere posts tagged “JUnit”
-
How to determine the JUnit 4 current test name
—
Authority:
In my unit tests I often want to know the name of the test that is executing. For example, I often want to have the golden file (expected test output) computed automatically from the testname. As another example in my JavaFX testing, I often generate screenshots inside failing tests and its useful to name these ...4 days ago -
Ajax testing: Using available tools is key
—
Authority:
By Colleen FryeTed Husted is a business analyst, author, consultant, and speaker. His books include JUnit in Action, Struts in Action, and Professional JSP Site Design. Husted will be speaking at the upcoming Ajax Experience 2009 in Boston in September, and one of his presentations will be on how to simplify and ...1 week ago -
Further Adventures From Thanksgiving Weekend
—
Authority:
As promised -- albeit a day late -- here are some more photos from Thanksgiving weekend. Theres not much of a narrative flow as I opted not to photograph every single moment, but the pics were amusing; so here they are. Be warned: theres an excessive amount of IndianJones on display.1 week ago -
ADVENTURES IN AMERICA: Snapshots from a Thanksgiving Road Trip
—
Authority:
Well, Thanksgiving has come and gone, and while we all ponder ways in which well be exercising off the copious amounts of calories ingested over the weekend, Ive decided to relive the glorious memories from the past week. Actually, Im just posting photos. I headed up to San Francisco this year on a mini-road trip ...2 weeks ago -
Are Naming Conventions For JUnit 4+ Still Needed?
—
Authority:
JUnit 3 used naming conventions for the identification of test methods. JUnit 4 uses annotations for that purpose, so that the prefix "test" is actually superfluous. It is not only superfluous, but also redundant. Instead writing something like: @Test public void test AverageTotalStartedThreadCount() {} you ...3 weeks ago -
Units are Not Classes: Improving Unit Testing By Removing Artificial Boundaries
—
Authority:
Many developers think of unit tests as tests that test a single class. In fact, I myself once thought this way. If I wanted to write unit tests for a two-class system in which a class used another class, I’d write two unit tests. After all, if I created instances of both classes in my test, that wouldn’t ...4 weeks ago -
Comparing Scala and Groovy via ScalaTest and easyb
—
Authority:
Because it’s my bag, I’ve recently taken to learning Scala . In particular, I’ve run across some situations where I’ve known instinctively that a more functional language (i.e. one that avoids state and mutability) would have perhaps made the task at hand a bit easier or at least safer to code (think ...4 weeks ago -
Free JUnit and EasyMock Cheat Sheet
—
Authority:
A free JUnit and EasyMock cheat sheet from DZone. Unit testing and test driven development are proven ways to improve both the productivity of a developer and the quality of their software. JUnit and EasyMock are the predominant choices for testing tools in the Java space. This reference card will guide you through ...4 weeks ago

