Class ScmManagerStub

java.lang.Object
org.apache.maven.scm.manager.ScmManagerStub
All Implemented Interfaces:
ScmManager

public class ScmManagerStub extends Object implements ScmManager
Stub implementation of ScmManager for unit testing purposes. It allows setting the expected results that the different methods will return. More information about Stubs on Martin Fowler's TestDouble
Author:
Carlos Sanchez