use of com.tevinjeffrey.rutgersct.TestModule in project Rutgers-Course-Tracker by tevjef.
the class ChooserPresenterImplTest method setUp.
@Before
public void setUp() throws Exception {
ObjectGraph og = ObjectGraph.create(new TestModule(), new MockModule());
og.inject(this);
chooserPresenterImpl = new ChooserPresenterImpl();
og.inject(chooserPresenterImpl);
}
Aggregations