Package com.example.skeddly
Class EventInstrumentedTest
java.lang.Object
com.example.skeddly.utilities.BaseTest
com.example.skeddly.EventInstrumentedTest
Tests
Event related UI elements.-
Field Summary
Fields inherited from class com.example.skeddly.utilities.BaseTest
event1, event2, eventRepository, grantPermissionRule, signupActivityActivityScenarioRule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests creating eventsvoidTests that event details are displayed correctly and that the map popup can be opened.voidTests if the content card with information about anEventis properly displayed.voidTests if the QR code popup properly appears.Methods inherited from class com.example.skeddly.utilities.BaseTest
setup, tearDown, unregisterIdlingResource
-
Constructor Details
-
EventInstrumentedTest
public EventInstrumentedTest()
-
-
Method Details
-
searchEvent
public void searchEvent()Tests creating events -
testViewEvent
public void testViewEvent()Tests if the content card with information about anEventis properly displayed. -
testViewEventQRCode
public void testViewEventQRCode()Tests if the QR code popup properly appears. -
testEventDetailsAreDisplayedCorrectly
public void testEventDetailsAreDisplayedCorrectly()Tests that event details are displayed correctly and that the map popup can be opened.
-