public class DefaultCityFacadeUnitTest
extends java.lang.Object
| Constructor and Description |
|---|
DefaultCityFacadeUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testGetCitiesByRegionCode()
The aim of this test is to test that:
1) The facade's method getStadiums makes a call to the CityService's method getStadiums
2) The facade then correctly wraps StadiumModels that are returned to it from the CityService's getStadiums into
Data Transfer Objects of type CityData.
|
void |
testGetCityForCode() |
public void setUp()
public void testGetCitiesByRegionCode()
public void testGetCityForCode()
Copyright © 2018 SAP SE. All Rights Reserved.