use of com.tonicartos.superslim.util.Utils.LayoutManagerWrapper in project SuperSLiM by TonicArtos.
the class GridLayoutTests method setup.
@Before
public void setup() {
ShadowLog.stream = System.out;
mActivity = Robolectric.buildActivity(Activity.class).create().get();
mRecyclerView = new RecyclerView(mActivity);
mLayoutManager = new LayoutManagerWrapper(mActivity);
}
use of com.tonicartos.superslim.util.Utils.LayoutManagerWrapper in project SuperSLiM by TonicArtos.
the class LinearLayoutTests method setup.
@Before
public void setup() {
ShadowLog.stream = System.out;
mActivity = Robolectric.buildActivity(Activity.class).create().get();
mRecyclerView = new RecyclerView(mActivity);
mLayoutManager = new LayoutManagerWrapper(mActivity);
}
Aggregations