public class ExtraRequirementsUnitTest
extends java.lang.Object
| Constructor and Description |
|---|
ExtraRequirementsUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setupTest() |
void |
testFilterRequestSearch()
US 04.03.01 (added 2016-11-14)
As a driver, I should be able to filter request searches by price per KM and price.
|
void |
testProfileVehicleDescription()
US 03.04.01 (added 2016-11-14)
As a driver, in my profile I can provide details about the vehicle I drive.
|
void |
testRateDriver()
US 1.11.01 (added 2016-11-14)
As a rider, I want to rate a driver for his/her service (1-5).
|
void |
testRatingSummary()
US 1.10.01 (added 2016-11-14)
As a rider, I want to see some summary rating of the drivers who accepted my offers.
|
void |
testRequestAddress()
US 04.04.01 (added 2016-11-14)
As a driver, I should be able to see the addresses of the requests.
|
void |
testSearchByAddressOrNearby()
US 04.05.01 (added 2016-11-14)
As a driver, I should be able to search by address or nearby an address.
|
void |
testVehicleDescription()
US 1.09.01 (added 2016-11-14)
As a rider, I should see a description of the driver's vehicle.
|
public void setupTest()
public void testVehicleDescription()
public void testRatingSummary()
public void testRateDriver()
public void testProfileVehicleDescription()
public void testFilterRequestSearch()
public void testRequestAddress()
public void testSearchByAddressOrNearby()