Package com.example.rocket_launch
Class EditUserTest
java.lang.Object
com.example.rocket_launch.EditUserTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidTest the initizialization and interactions of an user within th app author: Griffin - The test in the beginning will make a new user based on a created androidID.
-
Constructor Details
-
EditUserTest
public EditUserTest()
-
-
Method Details
-
setUp
public void setUp() -
testUserInitialization
Test the initizialization and interactions of an user 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 user - 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
-