use of org.wikipedia.dataclient.mwapi.page.MwMobileViewPageLead in project apps-android-wikipedia by wikimedia.
the class RbPageLeadTest method testError.
@Test
public void testError() throws Exception {
MwMobileViewPageLead pageLead = unmarshal(MwMobileViewPageLead.class, getErrorJson());
MwMobileViewPageLead.Mobileview props = pageLead.getMobileview();
verifyError(pageLead, props);
}
Aggregations