Interface PropertyResolutionListener
- All Known Implementing Classes:
ControlPanelPropertyResolutionListener
public interface PropertyResolutionListener
-
Method Summary
-
Method Details
-
resolved
void resolved(String property, String resolvedValue, TestResourcesResolver resolver, Map<String, Object> properties, Map<String, Object> testResourcesConfig) Records that a property was resolved by a particular resolver- Parameters:
property
- the property which was resolvedresolvedValue
- the result of the resolutionresolver
- the resolver which resolved the propertyproperties
- the properties used for resolutiontestResourcesConfig
- the test resources configuration
-