unit test in java cookbook
Today, it’s widely accepted that developers should write automated tests that fail the build if they find regressions. Furthermore, an increasing number of professionals is leaning on a test-first style of programming, using automated tests not for protecting against regression but for aiding them in design, specifying the behavior they expect from code before writing that code, thereby validating a design before verifying its implementation.
用户评论