Class TestPlatformConfigProvider

java.lang.Object
com.powsybl.config.test.TestPlatformConfigProvider
All Implemented Interfaces:
PlatformConfigProvider

@AutoService(PlatformConfigProvider.class) public class TestPlatformConfigProvider extends Object implements PlatformConfigProvider
Provides a PlatformConfig reading config from the classpath only. The files must be listed manually in a "filelist.txt" file. The "filelist.txt" and the test files are read from the classpath relative to this class.
Author:
Jon Harper <jon.harper at rte-france.com>