-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation
The HelloWorld_CS401_Project consists of a stand alone Java Application and a few Test classes (as simple as a HelloWorld application can get). The following discusses each "module" (here class) in our project. A real project would ofcourse have a more interesting documentation to offer.
This is it -- the entire enchilada of the code that makes up the running java application. It has a single method that will siply print a Hello World greeting to the user when the program is run
This class represents a Dog and has attributes like name and owner and breed and age. It has also a getter and setter for name.
This is the JUnit test class that exercises testing of the Dog class. See the JavaDoc and the code for more information.
Home | Project&Team | Tools | Docs | Copyright © 2020-2030 CS401 Team, CSUEB