Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

4 Questions on Software Engineering I - Project | CSI 3471, Study Guides, Projects, Research of Software Engineering

Material Type: Project; Professor: Grabow; Class: Software Engineering I; Subject: Computer Science; University: Baylor University; Term: Fall 2008;

Typology: Study Guides, Projects, Research

Pre 2010

Uploaded on 08/18/2009

koofers-user-36f
koofers-user-36f 🇺🇸

10 documents

1 / 1

Toggle sidebar

Related documents


Partial preview of the text

Download 4 Questions on Software Engineering I - Project | CSI 3471 and more Study Guides, Projects, Research Software Engineering in PDF only on Docsity! CSI 3471  Project: Day 1    1. Copy the Eclipse project called 3471Project from the file server. You will find it in a folder called  PROJECT. Rename it as P1Lastname, such as P1Grabow.    2. Notice that there are two classes, Common and Person. Person implements Comparable, so it  contains an implementation of compareTo that enforces a “phone book” ordering.    3. Today you will construct a JUnit called PersonTest that tests each of the Person methods. Use  the approach from the Persistence tutorial. Recall that it used JUnit 4.    Before you begin, please make a list of all the test cases that you should consider for each  method. For example, the null constructor has only one test case, but the other constructor has  _______ alternatives. Make sure that you consider the possibility that a parameter may be a null  pointer, in addition to the other possibilities.    4. When you are finished, upload the project to your SVN repository. 
Docsity logo



Copyright © 2024 Ladybird Srl - Via Leonardo da Vinci 16, 10126, Torino, Italy - VAT 10816460017 - All rights reserved