Class InMemoryTestResourceProvider

  • All Implemented Interfaces:
    TestResourceProvider

    public class InMemoryTestResourceProvider
    extends Object
    implements TestResourceProvider
    This test resource provider holds the entire resources in memory and returns them from memory on demand. It is intended to be used to create fully self-sufficient clones of other resource providers (that typically just enumerate resources from external sources and load them on demand) which can then be transferred over the remoting connection to forks.
    Author:
    Rene Schneider - initial API and implementation