use of com.yydcdut.note.model.rx.RxSandBox in project PhotoNoter by yydcdut.
the class SandBoxTest method setUp.
@Override
public void setUp() throws Exception {
super.setUp();
mRxSandBox = new RxSandBox(this.getInstrumentation().getTargetContext());
}
Aggregations