Package org.unitils.mock

Interface Summary
Mock<T> Declares the contract for a controller object that enables defining the behavior of methods of a mock object, or for performing assert statements that verify that certain calls were effectively made.
PartialMock<T> Declares the contract for a controller object that enables defining the behavior of methods of a partial mock object, or for performing assert statements that verify that certain calls were effectively made.
 

Class Summary
ArgumentMatchers todo javadoc
MockModule Module for testing with mock objects.
MockUnitils  
 



Copyright © 2011. All Rights Reserved.