Package com.example.skeddly
Class UserInstrumentedTest
java.lang.Object
com.example.skeddly.utilities.BaseTest
com.example.skeddly.UserInstrumentedTest
Tests related to the user.
-
Field Summary
Fields inherited from class com.example.skeddly.utilities.BaseTest
event1, event2, eventRepository, grantPermissionRule, signupActivityActivityScenarioRule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests if theUseris properly deleted.voidTest if a user successfully logs invoidTests if the user page appears when clicking on the navbar.Methods inherited from class com.example.skeddly.utilities.BaseTest
setup, tearDown, unregisterIdlingResource
-
Constructor Details
-
UserInstrumentedTest
public UserInstrumentedTest()
-
-
Method Details
-
testLoginUser
public void testLoginUser()Test if a user successfully logs in -
testDeleteUser
public void testDeleteUser()Tests if theUseris properly deleted. -
testViewUserPage
public void testViewUserPage()Tests if the user page appears when clicking on the navbar.
-