Interface PropertyResolutionListener

All Known Implementing Classes:
ControlPanelPropertyResolutionListener

public interface PropertyResolutionListener
  • 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 resolved
      resolvedValue - the result of the resolution
      resolver - the resolver which resolved the property
      properties - the properties used for resolution
      testResourcesConfig - the test resources configuration