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