Package gda

Class MockFactory

java.lang.Object
gda.MockFactory

public class MockFactory extends Object
Returns mock classes built using the Mockito testing framework. Can be used with Mockito or not. None of these Mock objects hold internal state. See gda.scan.ConcurrentScanTest for an example of how to use the Mockito framework