CIS 339 All Assignments CIS 339 All Assignments | Page 11

Click Below Link To Purchase
Download the Method Specification Template and use it for your deliverables this week . Create the method specification for the GetCourseByCourseID () method of the CourseList class . Explain your work and the decisions you made to arrive at your proposed solution .
STEP 3 : Save and Upload

CIS 339 iLab 7 - Object-Oriented Application Coding

Click Below Link To Purchase

www . foxtutor . com / product / cis-339-ilab-7---object-orientedapplication-coding
Your demonstrations of how to create both method contract and the method specification for the GetCourseByCourseID () method of the CourseList class were very well received by your team members . They then asked you for one final demonstration of how to implement the method specification using an object-oriented ( OO ) programming language and see the method actually execute .
You realize that it is easy to implement the method specification in an OO programming language , but it is hard to test it because the rest of the application is not developed yet . You decided , therefore , to write two pieces of code .
Code that implements the GetCourseByCourseID () method Code that implements a unit test for that method alone ( outside of any other application code )
This way you can demonstrate the method implementation and also verify its correct behavior .