public class RequestsUnitTest
extends java.lang.Object
| Constructor and Description |
|---|
RequestsUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkOpenRequests()
Based on US 01.02.01
As a rider, I want to see current requests I have open.
|
void |
checkPayment()
US 01.07.01
As a rider, I want to confirm the completion of a request and enable payment.
|
void |
checkRequestEnd() |
void |
checkRequestFare() |
void |
checkRequestStart()
US 01.01.01
As a rider, I want to request rides between two locations.
|
void |
setUp() |
void |
testAcceptedDriverAcceptance()
US 05.03.01
As, a driver I want to see if my acceptance was accepted
|
void |
testDeleteRequest()
US 01.04.01
As a rider, I want to cancel requests.
|
void |
testFareEstimation()
US 01.06.01
As a rider, I want an estimate of a fair fare to offer to drivers.
|
void |
testGetDriverEmail() |
void |
testGetDriverNumber()
US 01.05.01
As a rider, I want to be able to phone or email the driver who accepted a request.
|
void |
testRiderNotification()
US 01.03.01
As a rider, I want to be notified if my request is accepted.
|
void |
testUserAcceptancePending()
US 01.08.01
As a rider, I want to confirm a driver's acceptance.
|
public void setUp()
public void checkRequestStart()
public void checkRequestEnd()
public void checkRequestFare()
public void checkOpenRequests()
public void testRiderNotification()
public void testDeleteRequest()
public void testGetDriverNumber()
public void testGetDriverEmail()
public void testFareEstimation()
public void checkPayment()
public void testUserAcceptancePending()
public void testAcceptedDriverAcceptance()