Skip to content

TIY-LR-NET-2015-Fall/week-5-day-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

week-5-day-3

Today

  1. Review homework
  2. Challenge for bank tests.

Homework

Based on your Week 4 Lab (Students, Books, Library tables):

  1. Create Student, Book and a Libary Class as your POCO classes.
  2. Create a LibraryManager Class that will allow a user:
  3. Create students
  4. Create Books
  5. Checkout Books
  6. Return books
  7. Create a unit test project to put tests for the following scenerios.
  8. When adding a student, their age is calculated correctly
  9. When checking out a book the check out date is set correctly and the expected return date is set to 1 month after the check out date.
  10. When a book is checked in - the actual return date is the right day and the expected return date is set to null.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages