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();
}
Aggregations