Class TestEngineConfigurationPathResolver
java.lang.Object
com.vaadin.hilla.parser.testutils.TestEngineConfigurationPathResolver
A converter for relative paths of
com.vaadin.hilla.engine.EngineConfiguration. 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.EngineConfiguration class) to avoid circular dependencies with the `engine-core` package.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestEngineConfigurationPathResolver
public TestEngineConfigurationPathResolver()
-
-
Method Details
-
resolve
public static <T> T resolve(@NonNull T obj, @NonNull Path baseDir) throws NoSuchMethodException, InvocationTargetException, InstantiationException, IllegalAccessException
-