Searched refs:ParentClassHasConstant (Results 1 – 2 of 2) sorted by relevance
392 assertNull(ArbitraryInstances.get(ParentClassHasConstant.class)); in testGet_constantTypeDoesNotMatch()467 private static class ParentClassHasConstant extends WithPublicConstant {} class in ArbitraryInstancesTest
400 assertNull(ArbitraryInstances.get(ParentClassHasConstant.class)); in testGet_constantTypeDoesNotMatch()475 private static class ParentClassHasConstant extends WithPublicConstant {} class in ArbitraryInstancesTest