Search in sources :

Example 1 with AlertPresenter

use of com.instructure.parentapp.presenters.AlertPresenter in project instructure-android by instructure.

the class AlertPresenterTest method setup.

@Before
public void setup() {
    presenter = new AlertPresenter(new Student());
    alert1 = new Alert();
    alert2 = new Alert();
}
Also used : AlertPresenter(com.instructure.parentapp.presenters.AlertPresenter) Alert(com.instructure.canvasapi2.models.Alert) Student(com.instructure.canvasapi2.models.Student) Before(org.junit.Before)

Aggregations

Alert (com.instructure.canvasapi2.models.Alert)1 Student (com.instructure.canvasapi2.models.Student)1 AlertPresenter (com.instructure.parentapp.presenters.AlertPresenter)1 Before (org.junit.Before)1