CISC 124 Lecture Notes - Lecture 21: Unit Testing, Agile Software Development

43 views2 pages

Document Summary

You should not separate the process of implementation and testing. Writing tests while you are writing your code. Don"t write production code until you have written a failing unit test. Don"t write more of a unit test than what is sufficient to cause a failure, and not compiling is a failure. Don"t write more production code than what is sufficient to pass the current failing test. Provides a means of grouping classes together into a package. Line at the top of a class definition. Eclipse would prefer that you create classes in a package. Specify what package you want it to belong to. Automatically add the package package_name; line to the top of the class. Put this user library somewhere or below your class path and then another class will be able to import it. Once you have specified the possible values, you cannot change them. Ordinal: numeric location of the value in the list.

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents