Searched refs:replaceField (Results 1 – 2 of 2) sorted by relevance
75 TestUtils.replaceField(ServiceManager.class, "sCache", null, in setUp()94 TestUtils.replaceField(ServiceManager.class, "sCache", null, in tearDown()
66 public static Object replaceField(final Class c, final String fieldName, final Object obj, in replaceField() method in TestUtils