java.lang.Object
de.hybris.platform.travelfacades.accommodation.autosuggestion.wrapper.impl.GoogleMapAutosuggestWrapperTest

@UnitTest public class GoogleMapAutosuggestWrapperTest extends Object
Unit Test for the implementation of GoogleMapAutosuggestWrapper.
  • Constructor Details

    • GoogleMapAutosuggestWrapperTest

      public GoogleMapAutosuggestWrapperTest()
  • Method Details

    • setUp

      public void setUp()
    • testGetAutoCompleteResultsForNullAutocompletionResponseData

      public void testGetAutoCompleteResultsForNullAutocompletionResponseData()
    • testGetAutoCompleteResultsForFailStatus

      public void testGetAutoCompleteResultsForFailStatus()
    • testGetAutoCompleteResultsForNullPredictions

      public void testGetAutoCompleteResultsForNullPredictions()
    • testGetAutoCompleteResults

      public void testGetAutoCompleteResults()
    • createPredictions

      protected List<AutocompletePredictionData> createPredictions()
    • createPrediction

      protected AutocompletePredictionData createPrediction(String placeId)