Sample Java projects that implements a Zoo based on Bing Bang Theory characters
- Java: Ensure you have Java installed on your system. The project is compatible with Java 8.
- Maven: This project uses Maven for dependency management and building. Make sure Maven is installed on your system.
- Project was split on two parts: main and test
- main.java.com.company contains zoo implementation logic
- test.java.com.company contains unit tests based on JUnit
- Build the Project: mvn clean install
- Run the Application: java -cp target/bing-bang-zoo-project-1.0-SNAPSHOT.jar com.company.Main
- Run All Tests: mvn test
- Run a Single Test: mvn -Dtest=TestClass test
All characters and events in this project – even those based on real people – are entirely fictional. The content and scenarios are used in a fictitious manner for educational and demonstration purposes only. Any resemblance to actual persons, living or dead, or actual events is purely coincidental. This project is not affiliated with any real animals, zoos, or television shows.