Search in sources :

Example 1 with CourseListPresenter

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

the class CourseListPresenterTest method setUp.

@Before
public void setUp() throws Exception {
    course1 = new Course();
    course2 = new Course();
    Student student = new Student();
    presenter = new CourseListPresenter(student);
}
Also used : CourseListPresenter(com.instructure.parentapp.presenters.CourseListPresenter) Course(com.instructure.canvasapi2.models.Course) Student(com.instructure.canvasapi2.models.Student) Before(org.junit.Before)

Aggregations

Course (com.instructure.canvasapi2.models.Course)1 Student (com.instructure.canvasapi2.models.Student)1 CourseListPresenter (com.instructure.parentapp.presenters.CourseListPresenter)1 Before (org.junit.Before)1