Class ScmProviderStub

java.lang.Object
org.apache.maven.scm.provider.ScmProviderStub
All Implemented Interfaces:
ScmProvider

public class ScmProviderStub extends Object implements ScmProvider
Stub implementation of ScmProvider 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