Searched refs:ExampleBase (Results 1 – 3 of 3) sorted by relevance
101 Field field = ExampleBase.class.getDeclaredField("BASE"); in getFinalStaticFieldReflectively_withField_getsStaticField()109 assertThat((int) ReflectionHelpers.getStaticField(ExampleBase.class, "BASE")).isEqualTo(8); in getFinalStaticFieldReflectively_withFieldName_getsStaticField()380 private static class ExampleBase { class in ReflectionHelpersTest400 private static class ExampleDescendant extends ExampleBase {
12 func ExampleBase() { func
102 func ExampleBase() { func