Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DRobolectricInternalsTest.java53 assertThat(a.param22).isNull(); in getConstructor_withTwoClassParams()
59 assertThat(a.param22).isEqualTo(PARAM2); in getConstructor_withTwoClassParams()
92 public Byte param22 = null; field in RobolectricInternalsTest.Constructors
108 param22 = param2; in Constructors()