Skip to content

ita-classroom-projects/JOM_Inner_Outer_Classes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to Practical Java Course

Inner, outer class. Enum

You can start by cloning the repository to your computer using the following command:

git clone <url>

You can copy the url here:

Screenshot 2022-05-10 at 23 06 42

This sprint contains several tasks. Unit tests for the tasks are in separate branches task1, task2, task3 and so on.

You can switch between branches using the following command:

 git checkout <branch name>

e.g.

 git checkout task1

Don't forget to commit your code before switching to another branch.

In the main folder, first complete your code with the solution of the tasks.

After this uncomment all tests in the test folder and run the code:

mvn test

or (if you haven't installed Maven on your PC)

./mvnw test

or just use command Run from your IDE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published