The Artima Developer Community
Sponsored Link

Java Buzz Forum
When you don't run your JUnit tests...

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Simon Brown

Posts: 636
Nickname: simonbrown
Registered: Jun, 2003

Simon Brown is a Java developer, architect and author.
When you don't run your JUnit tests... Posted: Nov 20, 2006 1:42 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Simon Brown.
Original Post: When you don't run your JUnit tests...
Feed Title: Simon Brown's weblog
Feed URL: http://www.simongbrown.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on Java, software development and technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Simon Brown
Latest Posts From Simon Brown's weblog

Advertisement

Here's my tip for the day. If you have a set of JUnit tests, always run them when delivering new code or changes to existing code. Brown's 1st law of JUnit testing says that when you don't run them for even the smallest of changes, bad things will happen. And that's exactly what happened to me today.

2 lines of code changed + a quick delivery that skipped the JUnit tests = a broken system

Note to self : always run your JUnit tests regardless of how trivial the change is. ;-)

Read: When you don't run your JUnit tests...

Topic: Ebean - Simple ORM for Java Previous Topic   Next Topic Topic: PeopleOverProcess.com: links for 2006-11-16

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use