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