Package com.google.enterprise.connector.dctm.dctmmockwrap

Examples of com.google.enterprise.connector.dctm.dctmmockwrap.MockDmClient


      return "mimicking getDocbaseMap failure";
    }

    @Override
    public IClient getLocalClient() {
      return new MockDmClient() {
        @Override
        public IDocbaseMap getDocbaseMap() throws RepositoryException {
          throw new RepositoryException(
              new RuntimeException(getMessage()));
        }
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.dctm.dctmmockwrap.MockDmClient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.