Skip to content

claudialertora/oop-bootcamp-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object-Oriented Programming Bootcamp - February 2023 Edition


OOP Bootcamp Feb 2022

¯\_(ツ)_/¯

How to import this project on IntelliJ

Go to File > Open... > (navigate to build.gradle) > Open > Open as Project > check Use auto-import > Ok > voilà!

Java Version

Any version above Java 11 (i.e: Java 11 Amazon Coretto 11.0.14) is enough.

How to run tests

There are multiple ways to do it.

  1. Command Line: Navigate to this project's root folder and run ./gradlew clean test.
  2. IntelliJ IDEA - All tests: Open up the Project tab (Command+1) > right click the src/test/java folder > Run 'All Tests'.
  3. IntelliJ IDEA - Single test: Right click an individual test class and then Run it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%