What's new? | Help | Directory | Sign in
Google
                
Show all Featured Downloads:
atunit-1.0.1.zip
Show all Featured Wiki Pages:
AtUnitTest
Join project
Project owners:
  logan.johnson
Project members:
jhaile

AtUnit

AtUnit minimizes boilerplate code in unit tests and guides test development by enforcing good practices.

Mock Objects Integration

AtUnit integrates with JMock or EasyMock to provide mock objects:

... or you can use your own mock objects plug-in with two easy steps:

Container Integration

AtUnit integrates with Guice or Spring to take all of the work out of dependency-injected tests.

With Guice:

With Spring:

You can easily plug in other containers in two steps:

Get Started

These Example AtUnit Tests are the quickest way to get started with AtUnit. They demonstrate most permutations of supported containers and mock frameworks, and illustrate the various ways AtUnit makes writing tests easier.