-
Notifications
You must be signed in to change notification settings - Fork 2
Ticket Details Component
bhavyamalik1 edited this page Oct 16, 2024
·
1 revision
- Framework: JUnit 5
-
Objects Used:
-
TicketDetails
(under test)
-
-
Get Current Big Ticket Info (Initial State)
Purpose: To verify that the initial state ofgetCurrentBigTicketInfo()
returnsnull
values.
Expected Results:- When
getCurrentBigTicketInfo()
is called initially, all elements in the returned array should benull
.
- When
-
Update and Retrieve Big Ticket Info
Purpose: To ensure that the ticket details are correctly updated and retrieved.
Expected Results:- After calling
onUpdateBigTicket("ABC", "MEAL", "10S")
, thegetCurrentBigTicketInfo()
method should return the following:-
"ABC"
as the first element. -
"MEAL"
as the second element. -
"10S"
as the third element.
-
- After calling
Inventory System
Scoring System
Food Recipes
Level System
Player Actions
Ordering System
Stations
Items
Map Design
Customers
Pause Menu
Upgrades
End of Day Display
Day Night Cycle
Moral System
Debug Terminal
Game Interactions Tutorial
Backstory Cutscenes
Entities and Components
Input Handling
Game Screens and Areas
Fire Extinguisher Handler Component
MainGameActions Create Docket Triggers
Main Game Order Button Display
BackstoryCutsceneDisplay Test Plan
Test Plan for MainGameOrderTicketDisplay
Test Plan for MainGameOrderBtnDisplay
Test Plan for DocketLineDisplay
Test plan for RandomComboService
Test plan for SpeedBoostUpgrade
Test plan for DancePartyUpgrade