Library Management System

Library Management System

In this project, we’ll create a library management system using Java. We’ve created this Java application to test it with JUnit5 as we learned in this course.

This project contains three core classes:

  • Book
  • Member
  • Library

Also, there is a test class:

  • LibraryTestClass

You will write your test cases in LibraryTestClass.