Index

A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

T

tearDown() - Method in class com.example.skeddly.utilities.BaseTest
 
testAddTicket_AtCapacity_ShouldThrowException() - Method in class com.example.skeddly.business.ParticipantListUnitTest
 
testAddTicket_WithCapacity_ShouldAddTicket() - Method in class com.example.skeddly.business.ParticipantListUnitTest
 
testAllNotificationsFilter() - Method in class com.example.skeddly.InboxInstrumentedTest
Verifies that the "All" filter correctly displays all notifications for the current user.
testCustomLocationString() - Method in class com.example.skeddly.business.CustomLocationUnitTest
Tests of the location string (lat, lon) is properly generated - Should be generated to 5 decimal places
testDatabaseObjectsIds() - Method in class com.example.skeddly.business.DatabaseObjectsUnitTest
Tests if DatabaseObjects.getIds() produces an accurate ArrayList of ids that are Strings.
testDefaultConstructor_UnlimitedCapacity() - Method in class com.example.skeddly.business.ParticipantListUnitTest
 
testDeleteUser() - Method in class com.example.skeddly.UserInstrumentedTest
Tests if the User is properly deleted.
testEvent_isJoinable() - Method in class com.example.skeddly.business.EventUnitTest
Tests the restriction on an event and if a user can join it depending on its status.
testEventDetailsAreDisplayedCorrectly() - Method in class com.example.skeddly.EventInstrumentedTest
Tests that event details are displayed correctly and that the map popup can be opened.
testEventSchedule_isRegistrationNotOver() - Method in class com.example.skeddly.business.EventUnitTest
Tests if detection for if registration is over is working Explicitly tests a scenario where registration should NOT be over yet
testEventSchedule_isRegistrationOver() - Method in class com.example.skeddly.business.EventUnitTest
Tests if detection for if registration is over is working Explicitly tests a scenario where registration should be over
testGetAndSetMaxAttend() - Method in class com.example.skeddly.business.ParticipantListUnitTest
 
testGetAndSetTicketIds() - Method in class com.example.skeddly.business.ParticipantListUnitTest
 
testImageGallery_AdminCanDeleteImage() - Method in class com.example.skeddly.AdminToolsInstrumentedTest
 
testLoginUser() - Method in class com.example.skeddly.UserInstrumentedTest
Test if a user successfully logs in
testMessagesFilter() - Method in class com.example.skeddly.InboxInstrumentedTest
Verifies that the "Messages" filter correctly displays only message notifications.
testNavigateToEventHistoryAndVerifyContent() - Method in class com.example.skeddly.ProfileFragmentInstrumentedTest
 
testNavigateToMyEventsAndBack() - Method in class com.example.skeddly.AdminToolsInstrumentedTest
 
testNotificationLogs_CanViewNotifs() - Method in class com.example.skeddly.AdminToolsInstrumentedTest
 
testPersonalInfoEditing() - Method in class com.example.skeddly.ProfileFragmentInstrumentedTest
 
testRegistrationFilter() - Method in class com.example.skeddly.InboxInstrumentedTest
Verifies that the "Registration" filter correctly displays only registration notifications.
testRemoveTicket_ExistingTicket_ShouldRemove() - Method in class com.example.skeddly.business.ParticipantListUnitTest
 
testRemoveTicket_NonExistingTicket_ShouldDoNothing() - Method in class com.example.skeddly.business.ParticipantListUnitTest
 
testSystemFilter() - Method in class com.example.skeddly.InboxInstrumentedTest
Verifies that the "System" filter correctly displays only system notifications.
testTicketLocation() - Method in class com.example.skeddly.business.TicketUnitTest
 
testTicketTime() - Method in class com.example.skeddly.business.TicketUnitTest
 
testTicketUserLinked() - Method in class com.example.skeddly.business.TicketUnitTest
 
TestUtil - Class in com.example.skeddly.utilities
Utility class for creating mock objects for instrumentation tests.
TestUtil() - Constructor for class com.example.skeddly.utilities.TestUtil
 
testViewEvent() - Method in class com.example.skeddly.EventInstrumentedTest
Tests if the content card with information about an Event is properly displayed.
testViewEventQRCode() - Method in class com.example.skeddly.EventInstrumentedTest
Tests if the QR code popup properly appears.
testViewUserPage() - Method in class com.example.skeddly.UserInstrumentedTest
Tests if the user page appears when clicking on the navbar.
testViewUsers_ShowsAllUsersAndFiltersByOrganizer() - Method in class com.example.skeddly.AdminToolsInstrumentedTest
 
testWaitlistAddTicket() - Method in class com.example.skeddly.business.WaitingListUnitTest
 
testWaitlistDraw() - Method in class com.example.skeddly.business.WaitingListUnitTest
 
testWaitlistDrawEmpty() - Method in class com.example.skeddly.business.WaitingListUnitTest
 
testWaitlistInsertFull() - Method in class com.example.skeddly.business.WaitingListUnitTest
 
testWaitlistIsEmpty() - Method in class com.example.skeddly.business.WaitingListUnitTest
 
testWaitlistIsFull() - Method in class com.example.skeddly.business.WaitingListUnitTest
 
testWaitlistLimitWorks() - Method in class com.example.skeddly.business.WaitingListUnitTest
 
Ticket - Class in com.example.skeddly.business
Tracks a user's entry into an event via a Ticket.
Ticket() - Constructor for class com.example.skeddly.business.Ticket
No arg constructor for a Ticket.
Ticket(PersonalInformation, String, String) - Constructor for class com.example.skeddly.business.Ticket
Constructor for a Ticket without location.
Ticket(PersonalInformation, String, String, CustomLocation) - Constructor for class com.example.skeddly.business.Ticket
Constructor for a Ticket.
TicketList - Class in com.example.skeddly.business
A list of tickets.
TicketList() - Constructor for class com.example.skeddly.business.TicketList
Constructor for unbounded ticket list
TicketList(int) - Constructor for class com.example.skeddly.business.TicketList
Constructor for bounded ticket list
TicketRepository - Class in com.example.skeddly.business.database.repository
A class to handle retrieving tickets from Firestore.
TicketRepository(FirebaseFirestore, String) - Constructor for class com.example.skeddly.business.database.repository.TicketRepository
Create a new TicketRepository.
TicketRepository(FirebaseFirestore, String, String) - Constructor for class com.example.skeddly.business.database.repository.TicketRepository
Create a new TicketRepository.
TicketStatus - Enum Class in com.example.skeddly.business
Enum for the status of a ticket.
TicketUnitTest - Class in com.example.skeddly.business
 
TicketUnitTest() - Constructor for class com.example.skeddly.business.TicketUnitTest
 
timeFormatter - Static variable in class com.example.skeddly.ui.utility.InterfaceUtilities
 
toggleSelectAll(boolean) - Method in class com.example.skeddly.ui.adapter.GalleryImageAdapter
Toggles the selection of all images
ToolButtonsFragment - Class in com.example.skeddly.ui
Fragment for showing the buttons on the tools fragment screen
ToolButtonsFragment() - Constructor for class com.example.skeddly.ui.ToolButtonsFragment
 
ToolsFragment - Class in com.example.skeddly.ui
Fragment for the tools screen
ToolsFragment() - Constructor for class com.example.skeddly.ui.ToolsFragment
 
toString() - Method in class com.example.skeddly.business.location.CustomLocation
 
typeSearchViewText(String) - Static method in class com.example.skeddly.utilities.TestUtil
Types text into a SearchView https://stackoverflow.com/a/48037073
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form