org.apache.maven.scm.repository
Class ScmRepositoryStub

java.lang.Object
  extended byorg.apache.maven.scm.repository.ScmRepository
      extended byorg.apache.maven.scm.repository.ScmRepositoryStub

public class ScmRepositoryStub
extends org.apache.maven.scm.repository.ScmRepository

Stub for ScmRepository for unit testing purposes. More information about Stubs on Martin Fowler's TestDouble

Version:
$Id: ScmRepositoryStub.java 390284 2006-03-30 23:38:30Z carlos $
Author:
Carlos Sanchez

Constructor Summary
ScmRepositoryStub()
          Creates a new stub with a new ScmProviderRepositoryStub as scmProviderRepository
 
Methods inherited from class org.apache.maven.scm.repository.ScmRepository
getProvider, getProviderRepository, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScmRepositoryStub

public ScmRepositoryStub()
Creates a new stub with a new ScmProviderRepositoryStub as scmProviderRepository



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.