Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

TEST RUN 1

"C:\Program Files\Java\jdk-17.0.2\bin\java.exe" "-javaagent:C:\Users\Bryce Mcleod\


AppData\Local\JetBrains\IntelliJ IDEA 2021.3.2\lib\idea_rt.jar=54086:C:\Users\Bryce
Mcleod\AppData\Local\JetBrains\IntelliJ IDEA 2021.3.2\bin" -Dfile.encoding=UTF-8 -
classpath "C:\Users\Bryce Mcleod\IdeaProjects\movieDatabase\out\production\
movieDatabase" movieDatabase.java.Driver
------------------------------------------
AWARD-WINNING MOVIE DATABASE
------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Movie titles are in alphabetical order by default.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Select an option from the menu below.


1) Display a list of popular movies
2) Search the database
3) Quit
Your choice?1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Django Unchained
Schindler's List
Se7en
Spider-Man: No Way Home
Spirited Away
Star Wars
Terminator 2: Judgment Day
The Godfather
The Matrix
WALL·E
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Please enter the number of the movie you want to know more about: 3
Title:Se7en
Rating: R
Genre: Drama
Director: David Fincher
Star: Morgan Freeman
Award:

Inquire about another movie (Y/N)? N


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks for using our experimental database!

Process finished with exit code 0

TEST RUN 2
"C:\Program Files\Java\jdk-17.0.2\bin\java.exe" "-javaagent:C:\Users\Bryce Mcleod\
AppData\Local\JetBrains\IntelliJ IDEA 2021.3.2\lib\idea_rt.jar=54089:C:\Users\Bryce
Mcleod\AppData\Local\JetBrains\IntelliJ IDEA 2021.3.2\bin" -Dfile.encoding=UTF-8 -
classpath "C:\Users\Bryce Mcleod\IdeaProjects\movieDatabase\out\production\
movieDatabase" movieDatabase.java.Driver
------------------------------------------
AWARD-WINNING MOVIE DATABASE
------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Movie titles are in alphabetical order by default.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Select an option from the menu below.
1) Display a list of popular movies
2) Search the database
3) Quit
Your choice?2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Type T to search by title or S to search by star:
Your choice?
T
Please enter a movie title:
Cars
Sorry, but Cars isn't inside our database.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks for using our experimental database!

Process finished with exit code 0

TEST RUN 3
"C:\Program Files\Java\jdk-17.0.2\bin\java.exe" "-javaagent:C:\Users\Bryce Mcleod\
AppData\Local\JetBrains\IntelliJ IDEA 2021.3.2\lib\idea_rt.jar=54112:C:\Users\Bryce
Mcleod\AppData\Local\JetBrains\IntelliJ IDEA 2021.3.2\bin" -Dfile.encoding=UTF-8 -
classpath "C:\Users\Bryce Mcleod\IdeaProjects\movieDatabase\out\production\
movieDatabase" movieDatabase.java.Driver
------------------------------------------
AWARD-WINNING MOVIE DATABASE
------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Movie titles are in alphabetical order by default.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Select an option from the menu below.


1) Display a list of popular movies
2) Search the database
3) Quit
Your choice?2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Type T to search by title or S to search by star:
Your choice?
S
Please enter a movie star:
Tom Holland
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Title:
Rating:
Genre:
Director:
Star: TOM HOLLAND
Award:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks for using our experimental database!

Process finished with exit code 0

You might also like