public class AcceptingUnitTest
extends java.lang.Object
| Constructor and Description |
|---|
AcceptingUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
testDriverAcceptingRequest()
US 05.01.01
As a driver, I want to accept a request I agree with and accept that offered payment upon completion.
|
void |
testDriverNotAcceptingRequest() |
void |
testNotificationOfferAccepted()
US 05.04.01
As a driver, I want to be notified if my ride offer was accepted.
|
void |
testViewAcceptedRequestDescriptionLocation()
US 05.02.01
As a driver, I want to view a list of things I have accepted that are pending,
each request with its description, and locations.
|
public void setup()
public void testDriverAcceptingRequest()
public void testDriverNotAcceptingRequest()
public void testViewAcceptedRequestDescriptionLocation()
public void testNotificationOfferAccepted()