com.googlecode.kevinarpe.papaya.testing
Interface TestClassFinderFactory


public interface TestClassFinderFactory

Factory to construct instances of TestClassFinder. Unless an additional layer of indirection is required for mocking or testing, it is usually sufficient to call TestClassFinderUtils.newInstance().

Author:
Kevin Connor ARPE (kevinarpe@gmail.com)
See Also:
TestClassFinderUtils.newFactory(), TestClassFinderUtils.newInstance()

Method Summary
 TestClassFinder newInstance()
          Constructs a new instance of TestClassFinder.
 

Method Detail

newInstance

TestClassFinder newInstance()
Constructs a new instance of TestClassFinder.

Returns:
new instance


Copyright © 2013-2014. All Rights Reserved.