Class TestEngineConfigurationPathResolver

java.lang.Object
com.vaadin.hilla.parser.testutils.TestEngineConfigurationPathResolver

public final class TestEngineConfigurationPathResolver extends Object
A converter for relative paths of com.vaadin.hilla.engine.EngineAutoConfiguration. It solves an issue of testing absolute paths on different OSes.

The class is detached (has no dependency to the real com.vaadin.hilla.engine.EngineAutoConfiguration class) to avoid circular dependencies with the `engine-core` package.