simonpeter/BinaryDigit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
BinaryDigit - An example object with JUnit tests. 1. COPYRIGHT Copyright 2010, Simon Peter Chappell 2. PRIMARY CONTACT simonpeterchappell@gmail.com 3. LICENCE This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 4. PURPOSE BinaryDigit is an example domain object written in Java and accompanied by a thorough set of JUnit tests. It is my hope that this code will be helpful for those learning JUnit 4.x or improving their JUnit skills. 5. INSTALLING BinaryDigit is supplied as an Eclipse project. I used Eclipse 3.6 (codename Helios) to create this project structure. Hopefully it will work for you. In event of difficulties getting this working with Eclipse, an Ant build file is also provided. I used JDK 1.6, but I would hope that this code should run under JDK 1.5 with little or no problems. 6. THANKS Many thanks are due to Mike Clark for his encouragement in all matters of testing.