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