Searched refs:loadCompanion (Results 1 – 1 of 1) sorted by relevance
107 loadCompanion(IntPropertyTest.class).mapProperties(mPropertyMapper); in testInferredAttributeId()114 loadCompanion(IntPropertyTest.class).readProperties(node, mPropertyReader); in testUninitializedPropertyMap()147 loadCompanion(HasAttributeIdFalseTest.class).mapProperties(mPropertyMapper); in testHasAttributeIdFalse()160 loadCompanion(AttributeIdEqualsTest.class).mapProperties(mPropertyMapper); in testAttributeIdEquals()446 InspectionCompanion<IntEnumTest> companion = loadCompanion(IntEnumTest.class); in testIntEnum()482 InspectionCompanion<IntFlagTest> companion = loadCompanion(IntFlagTest.class); in testIntFlag()791 InspectionCompanion<T> companion = loadCompanion((Class<T>) node.getClass()); in mapAndRead()797 private <T> InspectionCompanion<T> loadCompanion(Class<T> cls) { in loadCompanion() method in PlatformInspectableProcessorTest