This post originated from an RSS feed registered with Java Buzz
by justin cater.
Original Post: What Is A Unit Test?
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
What make unit tests different than other tests? They are full of FAIL. Going to the Wikipedia definition, you’ll get a vague and unhelpful description, and to summarize: It tests a small piece of code. In what language? What is small? And why does that matter? I feel that many times in software, […]