Class MockContentStoreClient

  • All Implemented Interfaces:
    ContentStoreClient

    public class MockContentStoreClient
    extends java.lang.Object
    implements ContentStoreClient
    Content store that saves the stream to a byte array in memory.

    This store provides no memory savings but does allow for ease of development and provides high speed access to the underlying data. This class is intended for use only within test environments. When running outside the Attivio build environemnt, it is recommended that reset() be called after each test.