Package com.example.rocket_launch
Class EditOrganizerTest
java.lang.Object
com.example.rocket_launch.EditOrganizerTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidTest the initizialization and interactions of an organizer within th app author: Griffin - The test in the beginning will make a new user based on a created androidID.
-
Constructor Details
-
EditOrganizerTest
public EditOrganizerTest()
-
-
Method Details
-
setUp
public void setUp() -
testOrganizerInitialization
Test the initizialization and interactions of an organizer within th app author: Griffin - The test in the beginning will make a new user based on a created androidID. I did this because I was having troubles on showing the test since the tests will always be related to the androidID of the emulator (and since im already in the database I wont see the startup screen). Since the US states that the androidID is used for logging in, there are times in the test cases that your androidID will take precedence over the created androidID. You will be altering your actual data at some point during the tests. - Will show the startup for making an organizer - will then go to the profile and edit it - then show all the navigation related to it- Throws:
InterruptedException- if the sleep thread is interrupted
-