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 Offsite Link "junit" at The Free Dictionary

Latest blogosphere posts tagged “junit”

  • Are Naming Conventions For JUnit 4+ Still Needed?


    Adam BienAuthority Authority: 119
    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 ...
    1 week ago
  • Units are Not Classes: Improving Unit Testing By Removing Artificial Boundaries


    Absolutely No Machete JugglingAuthority Authority: 100
    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 ...
    2 weeks ago
  • Comparing Scala and Groovy via ScalaTest and easyb


    The Disco BlogAuthority Authority: 112
    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 ...
    2 weeks ago
  • Free JUnit and EasyMock Cheat Sheet


    Code BeachAuthority Authority: 146
    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 ...
    2 weeks ago
  • Tahchiev Petar : JUnit in Action


    Free Your Mind All Free DownloadAuthority Authority: 165
    Unit in Action, 2nd Edition | Manning Publications; 2 edition (March 28, 2010) | ISBN-10: 1935182021 | ISBN-13: 9781935182023 | 375 pages | PDF | When JUnit was first introduced a decade ago by Kent Beck and Erich Gamma, the Agile movement was in its infancy, "Test Driven Development" was unknown, and unit ...
    3 weeks ago
  • XML verification just got easier with easyb


    The Disco BlogAuthority Authority: 112
    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 ...
    3 weeks ago
  • Automatically test your Wicket panel HTML markup


    StuQ.nlAuthority Authority: 104
    Are you testing your HTML markup automatically yet? If your markup does not match the Java code, your Wicket panel does not work. It’s easy to get early feedback when your panels are broken: just unit test them!In this blog post I describe a way of automatically verifying that the HTML markup of Wicket panels match ...
    4 weeks ago

Comments about junit

Personal attacks are NOT allowed
Please read our comment policy