public class NotificationControllerTest extends Object
Constructor and Description |
---|
NotificationControllerTest() |
Modifier and Type | Method and Description |
---|---|
NotificationController |
getController() |
protected List<Notification> |
getNotificationList() |
org.springframework.mock.web.MockHttpServletRequest |
getRequest() |
org.springframework.mock.web.MockHttpServletResponse |
getResponse() |
NotificationService |
getService() |
org.springframework.ui.Model |
getUiModel() |
void |
preTest() |
void |
setController(NotificationController controller) |
void |
setRequest(org.springframework.mock.web.MockHttpServletRequest request) |
void |
setResponse(org.springframework.mock.web.MockHttpServletResponse response) |
void |
setService(NotificationService service) |
void |
setUiModel(org.springframework.ui.Model uiModel) |
static void |
setUpClass() |
void |
testNotificationsWithNullNotifications() |
void |
testNotificationsWithNullUserNotifications() |
void |
testNotificationsWithUserNotifications() |
void |
testSubmit() |
public NotificationControllerTest()
public static void setUpClass() throws Exception
Exception
public void preTest()
public void testNotificationsWithNullUserNotifications()
public void testNotificationsWithNullNotifications()
public void testNotificationsWithUserNotifications()
public void testSubmit()
protected List<Notification> getNotificationList()
public NotificationController getController()
public void setController(NotificationController controller)
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 NotificationService getService()
public void setService(NotificationService service)
Copyright © 2011–2015 The Kuali Foundation. All rights reserved.