April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Organization of JUnit tests
nEach method represents a single test case that can independently have a verdict (pass, error, fail).
nNormally, all the tests for one Java class are grouped together into a separate class.
nNaming convention:
nClass to be tested:  Value
nClass containing tests:  ValueTest