Home
last modified time | relevance | path

Searched refs:getIndicatorLabel (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DTabSpecTest.java56 assertThat(shadowOf(spec).getIndicatorLabel(), is("labelText")); in shouldGetAndSetTheIndicatorLabel()
64 assertThat(shadowOf(spec).getIndicatorLabel(), is("labelText")); in shouldGetAndSetTheIndicatorLabelAndIcon()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTabSpec.java47 public String getIndicatorLabel() { in getIndicatorLabel() method in ShadowTabSpec