JUnit - description of tests

R

Rafal Majda

Hi,

I am looking for decsription what kind of test I can do with JUnit,
maybe some tutorials or examples.

Rafal
 
B

bugbear

Rafal said:
Hi,

I am looking for decsription what kind of test I can do with JUnit,
maybe some tutorials or examples.

JUnit does very little for you. It provides good support
so that YOU can write code to setup the initial conditions
for a test.

It provides good support so that YOU can check for successful
execution of your tests.

It provides good support to summarise and report on the results
of the tests.

It integrates nicely with Ant.

But *you* have to write the tests.

(don't underestimate how useful this is)

BugBear
 
D

Darryl Pierce

Rafal said:
Hi,

I am looking for decsription what kind of test I can do with JUnit,
maybe some tutorials or examples.

Get yourself a copy of _JUnit In Action_. It's a great reference and
will help you get started.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top