Java Test Driven Development (TDD) project to review simple Java fundamental coding and introduce unit testing ( with JUnit )
- preliminary
Programming challenges for San Diego Community College CISC 191 Intermediate Java classes.
Created by
- Professor Dr. Tasha Frankie
- and Professor Allan Schougaard, San Diego Mesa College.
With contributions from:
- From the <> Code dropdown link in the repository (above), download the Zip file to your computer.
- Extract the files to your working folder
- Open Eclipse and import the project.
- You can use File>Import menu item or right-click in the Package Manager and choose Import.
- select General>Projects from Folder or Archive
- navigate into the project until you see the
binandsrcfolders, and choose open
- Expand the project in the package explorer and find the 2 .java files below the src folder.
- Run the Test file (
TestM1Challenge.java) and add the code to the source file (M1Challenge.java) until the tests are successful. - Uncomment each test case in the test file, one at a time. Do not modify the content
in this file except to uncomment the tests. Modify the code (in
M1Challenge.java) as needed for the tests to pass. - Review and refactor any of the code (
M1Challenge.java) as needed:- be sure your code follows good coding practices and coding style and standards.
- update the javadoc comments at the top of the file to add your name as author
- update the comments for each method in the file.
- Export the project as a zip file and submit your work.
this repository is a subset of the CISC191 exercises. It is derived from the CISC191M1Challenges activity hosted by Professor Allan Schougaard, San Diego Mesa College, and not a direct fork.
This is an effort to decompose that repository into git submodules
