public class BusControllerTest extends Object
Constructor and Description |
---|
BusControllerTest() |
Modifier and Type | Method and Description |
---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
Properties |
getBusProperties() |
BusService |
getBusService() |
BusController |
getController() |
Properties |
getKmeProperties() |
org.springframework.mock.web.MockHttpServletRequest |
getRequest() |
org.springframework.mock.web.MockHttpServletResponse |
getResponse() |
org.springframework.ui.Model |
getUiModel() |
void |
preTest() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBusProperties(Properties busProperties) |
void |
setBusService(BusService busService) |
void |
setController(BusController controller) |
void |
setKmeProperties(Properties kmeProperties) |
void |
setRequest(org.springframework.mock.web.MockHttpServletRequest request) |
void |
setResponse(org.springframework.mock.web.MockHttpServletResponse response) |
void |
setUiModel(org.springframework.ui.Model uiModel) |
static void |
setUpClass() |
static void |
tearDownClass() |
void |
testBusETAs() |
void |
testBusETAs2() |
void |
testbusTracking() |
void |
testIndex() |
void |
testViewBus() |
void |
testViewFavoriteStops() |
void |
testViewNearByStops() |
void |
testViewNearByStops2() |
void |
testViewRoute() |
void |
testViewRouteTracking() |
void |
testViewStop() |
void |
testViewStops() |
public BusControllerTest()
public static void setUpClass() throws Exception
Exception
public void preTest()
public static void tearDownClass() throws Exception
Exception
public void testIndex()
public void testViewStops()
public void testViewBus()
public void testViewNearByStops()
public void testViewNearByStops2()
public void testViewRoute()
public void testViewFavoriteStops()
public void testViewStop()
public void testViewRouteTracking()
public void testbusTracking()
public void testBusETAs()
public void testBusETAs2()
public BusController getController()
public void setController(BusController controller)
public BusService getBusService()
public void setBusService(BusService busService)
public org.springframework.mock.web.MockHttpServletRequest getRequest()
public void setRequest(org.springframework.mock.web.MockHttpServletRequest request)
public org.springframework.mock.web.MockHttpServletResponse getResponse()
public void setResponse(org.springframework.mock.web.MockHttpServletResponse response)
public org.springframework.ui.Model getUiModel()
public void setUiModel(org.springframework.ui.Model uiModel)
public Properties getBusProperties()
public void setBusProperties(Properties busProperties)
public org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
public Properties getKmeProperties()
public void setKmeProperties(Properties kmeProperties)
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.