Class 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